ARM: s3c24xx: include mach/irqs.h where needed
authorArnd Bergmann <arnd@arndb.de>
Thu, 6 Aug 2020 18:20:47 +0000 (20:20 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Thu, 20 Aug 2020 15:43:07 +0000 (17:43 +0200)
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>
arch/arm/mach-s3c24xx/bast-ide.c
arch/arm/mach-s3c24xx/bast-irq.c
arch/arm/mach-s3c24xx/common.h
arch/arm/mach-s3c24xx/irq-s3c24xx.c
arch/arm/mach-s3c24xx/pm-s3c2412.c
arch/arm/mach-s3c24xx/s3c2443.c
arch/arm/mach-s3c24xx/simtec-usb.c

index 067944398f4616cc0a503de2d053e935936aefe3..ee6fbb407640060ffce4e9d6f7e6da3ff52c25ce 100644 (file)
@@ -20,6 +20,7 @@
 #include <asm/mach/irq.h>
 
 #include <mach/map.h>
+#include <mach/irqs.h>
 
 #include "bast.h"
 
index 03209fefa5db15db4981f55b4764e3368b68295a..a6db5e2c910cbf91de3ab08261f46024a659e3f2 100644 (file)
@@ -16,6 +16,7 @@
 #include <asm/mach/irq.h>
 
 #include <mach/regs-irq.h>
+#include <mach/irqs.h>
 
 #include "bast.h"
 
index 8d2e2c6ae7eb918b4291b446ffd84f5f5abe0b1e..86826cafa15dbb1ba3afa61cfb9df1802fe1ddaa 100644 (file)
@@ -10,6 +10,7 @@
 #define __ARCH_ARM_MACH_S3C24XX_COMMON_H __FILE__
 
 #include <linux/reboot.h>
+#include <mach/irqs.h>
 
 struct s3c2410_uartcfg;
 
index d2031fecc3861c5144ba5c7688be64342f04e504..b0e879ee14c19a4af6119c84ac69ae840b7a0a38 100644 (file)
@@ -25,6 +25,7 @@
 #include <asm/exception.h>
 #include <asm/mach/irq.h>
 
+#include <mach/irqs.h>
 #include <mach/regs-irq.h>
 #include <mach/regs-gpio.h>
 
index b1d0ad07301b856afffa5abd31015fb49f9e8af1..2779d67d2c07d6f674cec0ab5fe6afd278a85fd7 100644 (file)
@@ -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>
index c278cfc10ba53e7f11cd0492e86d39e22b3a6e47..3c05d04bbbeb697686189f1d95724f9be01f108f 100644 (file)
@@ -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>
 
index 3488988316a8c387120ef08e78c74cb83f159597..693a2a9a73497f43d7243eb35d71b2bf841d4b84 100644 (file)
@@ -24,6 +24,7 @@
 #include <asm/mach/irq.h>
 
 #include <mach/gpio-samsung.h>
+#include <mach/irqs.h>
 #include <asm/irq.h>
 
 #include <linux/platform_data/usb-ohci-s3c2410.h>