summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-samsung
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko@sntech.de>2013-03-07 12:38:19 +0900
committerKukjin Kim <kgene.kim@samsung.com>2013-03-07 12:38:19 +0900
commitf182aa1dfa6283a1193308c4917aef4a7a982b8c (patch)
treeea6575bfb49dd0c280374caee204b8697acdcf95 /arch/arm/plat-samsung
parent0fe3cb1ea5bf382cec946328ee25b233cab45c4d (diff)
downloadop-kernel-dev-f182aa1dfa6283a1193308c4917aef4a7a982b8c.zip
op-kernel-dev-f182aa1dfa6283a1193308c4917aef4a7a982b8c.tar.gz
ARM: S3C24XX: move s3c24xx_init_irq to s3c2410_init_irq
The s3c24xx_init_irq function that was the base for all irq inits is now only used to initialize the real s3c2410 irqs. Therefore rename it and also move its declaration from plat/cpu.h to common.h The eint declaration is used by the vast majority of the SoCs and gets therefore placed outside any ifdefs. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/plat-samsung')
-rw-r--r--arch/arm/plat-samsung/include/plat/cpu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/plat-samsung/include/plat/cpu.h b/arch/arm/plat-samsung/include/plat/cpu.h
index 0f6c47a..989fefe 100644
--- a/arch/arm/plat-samsung/include/plat/cpu.h
+++ b/arch/arm/plat-samsung/include/plat/cpu.h
@@ -183,7 +183,6 @@ extern void s3c_init_cpu(unsigned long idcode,
/* core initialisation functions */
-extern void s3c24xx_init_irq(void);
extern void s5p_init_irq(u32 *vic, u32 num_vic);
extern void s3c24xx_init_io(struct map_desc *mach_desc, int size);
OpenPOWER on IntegriCloud