From: Heiko Stuebner Date: Tue, 29 Jan 2013 18:25:22 +0000 (-0800) Subject: ARM: S3C24XX: modify s3c2416 irq init to initialize all irqs X-Git-Tag: v3.9-rc1~122^2~7^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a282dd3b616a1e7a7f170973ed2a12332544dc3;p=pandora-kernel.git ARM: S3C24XX: modify s3c2416 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 s3c416_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