aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c/irqs.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s3c/irqs.h')
-rw-r--r--arch/arm/mach-s3c/irqs.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c/irqs.h b/arch/arm/mach-s3c/irqs.h
new file mode 100644
index 000000000000..0bff1c1c8eb0
--- /dev/null
+++ b/arch/arm/mach-s3c/irqs.h
@@ -0,0 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+
+#ifdef CONFIG_ARCH_S3C24XX
+#include "irqs-s3c24xx.h"
+#endif
+
+#ifdef CONFIG_ARCH_S3C64XX
+#include "irqs-s3c64xx.h"
+#endif