diff options
author | Heiko Stuebner <heiko@sntech.de> | 2013-02-12 10:09:18 -0800 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-03-05 20:21:09 +0900 |
commit | 0da09930d515da5848eba343e965ebbc853c8a44 (patch) | |
tree | 8dd46074d0f3ac81bc645ae3477deca22caf88fb /arch/arm/mach-s3c24xx/common.h | |
parent | d3d5a2c9e6cf9723fe7ba9ad918540ad53ae381c (diff) | |
download | talos-obmc-linux-0da09930d515da5848eba343e965ebbc853c8a44.tar.gz talos-obmc-linux-0da09930d515da5848eba343e965ebbc853c8a44.zip |
ARM: S3C24XX: modify s3c2412 irq init to initialize all irqs
Combines the two independent init steps for the irqs into one.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c24xx/common.h')
-rw-r--r-- | arch/arm/mach-s3c24xx/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c24xx/common.h b/arch/arm/mach-s3c24xx/common.h index 362a8cd32eb0..abefeb38bba4 100644 --- a/arch/arm/mach-s3c24xx/common.h +++ b/arch/arm/mach-s3c24xx/common.h @@ -36,6 +36,7 @@ extern void s3c2412_init_uarts(struct s3c2410_uartcfg *cfg, int no); extern void s3c2412_init_clocks(int xtal); extern int s3c2412_baseclk_add(void); extern void s3c2412_restart(char mode, const char *cmd); +extern void s3c2412_init_irq(void); #else #define s3c2412_init_clocks NULL #define s3c2412_init_uarts NULL |