aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/mach-imx51.c
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2016-06-01 22:07:32 +0300
committerShawn Guo <shawnguo@kernel.org>2016-06-12 19:47:18 +0800
commitead812669980aad571fdcfeb239d47c405dd248b (patch)
tree47e3fdc987dd8615b113eeeefe5c64493504d704 /arch/arm/mach-imx/mach-imx51.c
parentARM: imx: Remove orphan header (diff)
downloadlinux-dev-ead812669980aad571fdcfeb239d47c405dd248b.tar.xz
linux-dev-ead812669980aad571fdcfeb239d47c405dd248b.zip
ARM: imx: Use IRQCHIP_DECLARE for TZIC
Remove boilerplate code by using IRQCHIP_DECLARE macro. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/mach-imx/mach-imx51.c')
-rw-r--r--arch/arm/mach-imx/mach-imx51.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mach-imx51.c b/arch/arm/mach-imx/mach-imx51.c
index 10a82a4f1e58..7296c31849a8 100644
--- a/arch/arm/mach-imx/mach-imx51.c
+++ b/arch/arm/mach-imx/mach-imx51.c
@@ -69,7 +69,6 @@ static const char * const imx51_dt_board_compat[] __initconst = {
DT_MACHINE_START(IMX51_DT, "Freescale i.MX51 (Device Tree Support)")
.init_early = imx51_init_early,
- .init_irq = tzic_init_irq,
.init_machine = imx51_dt_init,
.init_late = imx51_init_late,
.dt_compat = imx51_dt_board_compat,