diff options
author | Arnd Bergmann <arnd@arndb.de> | 2020-08-06 20:20:47 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2020-08-20 17:43:07 +0200 |
commit | b2a587cb650f181165f38d5db51adb8f6d7e1e67 (patch) | |
tree | 4d71e3e5e035c3ec7fed579e2121a083488ac7e5 /arch/arm/mach-s3c24xx/pm-s3c2412.c | |
parent | ARM: s3c24xx: move s3cmci pinctrl handling into board files (diff) | |
download | linux-b2a587cb650f181165f38d5db51adb8f6d7e1e67.tar.xz linux-b2a587cb650f181165f38d5db51adb8f6d7e1e67.zip |
ARM: s3c24xx: include mach/irqs.h where needed
Preparing for a later conversion to sparse IRQs, this ensures that
the mach/irqs.h header is still visible in files that reference
an IRQ number.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20200806182059.2431-30-krzk@kernel.org
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'arch/arm/mach-s3c24xx/pm-s3c2412.c')
-rw-r--r-- | arch/arm/mach-s3c24xx/pm-s3c2412.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c24xx/pm-s3c2412.c b/arch/arm/mach-s3c24xx/pm-s3c2412.c index b1d0ad07301b..2779d67d2c07 100644 --- a/arch/arm/mach-s3c24xx/pm-s3c2412.c +++ b/arch/arm/mach-s3c24xx/pm-s3c2412.c @@ -19,6 +19,7 @@ #include <asm/cacheflush.h> #include <asm/irq.h> +#include <mach/irqs.h> #include <mach/regs-gpio.h> #include <plat/cpu.h> |