diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-06-19 01:35:22 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-06-19 01:37:51 +0900 |
commit | 1a522f284fd924adea291960784c6fc27d2a61cb (patch) | |
tree | 8a630f4a288b3e16f71dd3a0a59d7f7e2369c9d7 /arch/arm/mach-exynos/common.h | |
parent | da36952595597d86cdeb61d8ca908fab3b4de294 (diff) | |
download | talos-obmc-linux-1a522f284fd924adea291960784c6fc27d2a61cb.tar.gz talos-obmc-linux-1a522f284fd924adea291960784c6fc27d2a61cb.zip |
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>
Diffstat (limited to 'arch/arm/mach-exynos/common.h')
-rw-r--r-- | arch/arm/mach-exynos/common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-exynos/common.h b/arch/arm/mach-exynos/common.h index 11fc1e29819b..1c83f95fd3c3 100644 --- a/arch/arm/mach-exynos/common.h +++ b/arch/arm/mach-exynos/common.h @@ -20,8 +20,6 @@ extern unsigned long xxti_f, xusbxti_f; struct map_desc; void exynos_init_io(struct map_desc *mach_desc, int size); -void exynos4_init_irq(void); -void exynos5_init_irq(void); void exynos4_restart(char mode, const char *cmd); void exynos5_restart(char mode, const char *cmd); void exynos_init_late(void); |