ARM: EXYNOS: Remove custom init_irq callbacks
authorArnd Bergmann <arnd@arndb.de>
Tue, 18 Jun 2013 16:35:22 +0000 (01:35 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Tue, 18 Jun 2013 16:37:51 +0000 (01:37 +0900)
commit1a522f284fd924adea291960784c6fc27d2a61cb
tree8a630f4a288b3e16f71dd3a0a59d7f7e2369c9d7
parentda36952595597d86cdeb61d8ca908fab3b4de294
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 <arnd@arndb.de>
Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-exynos/common.c
arch/arm/mach-exynos/common.h
arch/arm/mach-exynos/mach-exynos4-dt.c
arch/arm/mach-exynos/mach-exynos5-dt.c