summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-samsung/include/plat/s3c2416.h
diff options
context:
space:
mode:
authorHeiko Stuebner2012-05-19 18:01:35 +0200
committerKukjin Kim2012-05-19 20:05:04 +0200
commit0e944e276c7ebcb880d20f6e9255f596c85fc767 (patch)
tree90aff0c2e5fe44fda194d4a26ed678dc38c48e5c /arch/arm/plat-samsung/include/plat/s3c2416.h
parentMerge branch 'next/devel-exynos5250-1' into next/devel-samsung-2 (diff)
downloadkernel-qcow2-linux-0e944e276c7ebcb880d20f6e9255f596c85fc767.tar.gz
kernel-qcow2-linux-0e944e276c7ebcb880d20f6e9255f596c85fc767.tar.xz
kernel-qcow2-linux-0e944e276c7ebcb880d20f6e9255f596c85fc767.zip
ARM: S3C24XX: add support for second irq set of S3C2416
The S3C2416 has a separate second interrupt register-set to support additional irqs. This patch adds the necessary constants and registers the irq handlers for it. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/plat-samsung/include/plat/s3c2416.h')
-rw-r--r--arch/arm/plat-samsung/include/plat/s3c2416.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/include/plat/s3c2416.h b/arch/arm/plat-samsung/include/plat/s3c2416.h
index de2b5bdc5ebd..7178e338e25e 100644
--- a/arch/arm/plat-samsung/include/plat/s3c2416.h
+++ b/arch/arm/plat-samsung/include/plat/s3c2416.h
@@ -24,6 +24,9 @@ extern void s3c2416_init_clocks(int xtal);
extern int s3c2416_baseclk_add(void);
extern void s3c2416_restart(char mode, const char *cmd);
+
+extern struct syscore_ops s3c2416_irq_syscore_ops;
+
#else
#define s3c2416_init_clocks NULL
#define s3c2416_init_uarts NULL