diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2014-05-11 09:35:57 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-05-12 16:58:51 +0200 |
commit | 000bf9ee89b4c921173cf49c0329a673aa08f516 (patch) | |
tree | 45935fdabcffcb2a3eb04b9095c15d6c45895c29 /arch/arm/mach-imx/mach-mx31_3ds.c | |
parent | ARM: i.MX27 pca100: remove deprecated IRQF_DISABLED (diff) | |
download | linux-000bf9ee89b4c921173cf49c0329a673aa08f516.tar.xz linux-000bf9ee89b4c921173cf49c0329a673aa08f516.zip |
ARM: i.MX: Setup IRQ handler from IRQ driver
This patch moves IRQ handler setup to the its corresponded IRQ
driver (AVIC, TZIC).
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/mach-imx/mach-mx31_3ds.c')
-rw-r--r-- | arch/arm/mach-imx/mach-mx31_3ds.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mach-mx31_3ds.c b/arch/arm/mach-imx/mach-mx31_3ds.c index 50044a21b388..4217871a9653 100644 --- a/arch/arm/mach-imx/mach-mx31_3ds.c +++ b/arch/arm/mach-imx/mach-mx31_3ds.c @@ -775,7 +775,6 @@ MACHINE_START(MX31_3DS, "Freescale MX31PDK (3DS)") .map_io = mx31_map_io, .init_early = imx31_init_early, .init_irq = mx31_init_irq, - .handle_irq = imx31_handle_irq, .init_time = mx31_3ds_timer_init, .init_machine = mx31_3ds_init, .reserve = mx31_3ds_reserve, |