aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/mach-imx50.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-imx50.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-imx50.c')
-rw-r--r--arch/arm/mach-imx/mach-imx50.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mach-imx50.c b/arch/arm/mach-imx/mach-imx50.c
index ecf58b9e974b..4cab5f61260f 100644
--- a/arch/arm/mach-imx/mach-imx50.c
+++ b/arch/arm/mach-imx/mach-imx50.c
@@ -22,6 +22,5 @@ static const char * const imx50_dt_board_compat[] __initconst = {
};
DT_MACHINE_START(IMX50_DT, "Freescale i.MX50 (Device Tree Support)")
- .init_irq = tzic_init_irq,
.dt_compat = imx50_dt_board_compat,
MACHINE_END