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/s3c2443.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/s3c2443.c')
-rw-r--r-- | arch/arm/mach-s3c24xx/s3c2443.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c24xx/s3c2443.c b/arch/arm/mach-s3c24xx/s3c2443.c index c278cfc10ba5..3c05d04bbbeb 100644 --- a/arch/arm/mach-s3c24xx/s3c2443.c +++ b/arch/arm/mach-s3c24xx/s3c2443.c @@ -25,6 +25,7 @@ #include <mach/hardware.h> #include <mach/gpio-samsung.h> +#include <mach/irqs.h> #include <asm/irq.h> #include <asm/system_misc.h> |