From: Heiko Stuebner Date: Thu, 7 Mar 2013 03:38:19 +0000 (+0900) Subject: ARM: S3C24XX: move s3c24xx_init_irq to s3c2410_init_irq X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~47^2~14^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f182aa1dfa6283a1193308c4917aef4a7a982b8c;p=pandora-kernel.git 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 Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed