]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit66d32627ab21a3264c0853d629744005cf3bf45c
tree8a630f4a288b3e16f71dd3a0a59d7f7e2369c9d7
parent0ac7003d4e8c1f9ef836f86abc7876871b47b376
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