From 000bf9ee89b4c921173cf49c0329a673aa08f516 Mon Sep 17 00:00:00 2001 From: Alexander Shiyan Date: Sun, 11 May 2014 11:35:57 +0400 Subject: 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 Signed-off-by: Shawn Guo --- arch/arm/mach-imx/mach-pcm037.c | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/arm/mach-imx/mach-pcm037.c') diff --git a/arch/arm/mach-imx/mach-pcm037.c b/arch/arm/mach-imx/mach-pcm037.c index 639a3dfb0092..81b8affb9448 100644 --- a/arch/arm/mach-imx/mach-pcm037.c +++ b/arch/arm/mach-imx/mach-pcm037.c @@ -703,7 +703,6 @@ MACHINE_START(PCM037, "Phytec Phycore pcm037") .map_io = mx31_map_io, .init_early = imx31_init_early, .init_irq = mx31_init_irq, - .handle_irq = imx31_handle_irq, .init_time = pcm037_timer_init, .init_machine = pcm037_init, .init_late = pcm037_init_late, -- cgit v1.2.3-59-g8ed1b