diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2016-06-01 22:07:32 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-06-12 19:47:18 +0800 |
commit | ead812669980aad571fdcfeb239d47c405dd248b (patch) | |
tree | 47e3fdc987dd8615b113eeeefe5c64493504d704 /arch/arm/mach-imx/mach-imx50.c | |
parent | 27e583abdf24dc0e408252335edfacb1b5183b47 (diff) | |
download | lwn-ead812669980aad571fdcfeb239d47c405dd248b.tar.gz lwn-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.c | 1 |
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 |