From: Heiko Stuebner Date: Tue, 29 Jan 2013 18:25:23 +0000 (-0800) Subject: ARM: S3C24XX: modify s3c2443 irq init to initialize all irqs X-Git-Tag: v3.9-rc1~122^2~7^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b499b7a87117c6ec45f5d4f73ac6a643b1709292;p=pandora-kernel.git ARM: S3C24XX: modify s3c2443 irq init to initialize all irqs Previously the irq init used s3c24xx_init_irq and an additional arch_initcall to add the cpu specific irqs. To be able to simplyfy the irq init later, create a new function s3c2443_init_irq, which then calls s3c24xx_init_irq but also adds the cpu specific irqs. Signed-off-by: Heiko Stuebner Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed