Commit b2a587cb authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Krzysztof Kozlowski

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: default avatarArnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20200806182059.2431-30-krzk@kernel.orgSigned-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent f67f6c00
......@@ -20,6 +20,7 @@
#include <asm/mach/irq.h>
#include <mach/map.h>
#include <mach/irqs.h>
#include "bast.h"
......
......@@ -16,6 +16,7 @@
#include <asm/mach/irq.h>
#include <mach/regs-irq.h>
#include <mach/irqs.h>
#include "bast.h"
......
......@@ -10,6 +10,7 @@
#define __ARCH_ARM_MACH_S3C24XX_COMMON_H __FILE__
#include <linux/reboot.h>
#include <mach/irqs.h>
struct s3c2410_uartcfg;
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment