From: Arnd Bergmann Date: Tue, 18 Jun 2013 16:35:22 +0000 (+0900) Subject: ARM: EXYNOS: Remove custom init_irq callbacks X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~71^2~18^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a522f284fd924adea291960784c6fc27d2a61cb;p=pandora-kernel.git ARM: EXYNOS: Remove custom init_irq callbacks Since both exynos4_init_irq() and exynos5_init_irq() are just calling irqchip_init(), there is no need for them to exist any more, since this is the default that is called when init_irq callback is not specified. Signed-off-by: Arnd Bergmann Signed-off-by: Tomasz Figa Signed-off-by: Kyungmin Park Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed