diff options
author | Rob Herring <[email protected]> | 2012-11-20 19:52:32 -0600 |
---|---|---|
committer | Rob Herring <[email protected]> | 2013-01-12 10:47:20 -0600 |
commit | 1d5cc604f42ff1acdec0407247b2f720135ba0c2 (patch) | |
tree | 13bbb7d3c637e22f2895f95dee1df60c78333c30 /arch/arm/mach-socfpga/socfpga.c | |
parent | cfed7d6014589f51a092463f9c4aca3683fffdb8 (diff) |
ARM: remove mach .handle_irq for GIC users
Now that the GIC initialization sets up the handle_arch_irq pointer, we
can remove it for all machines and make it static.
Signed-off-by: Rob Herring <[email protected]>
Cc: Russell King <[email protected]>
Cc: Anton Vorontsov <[email protected]>
Cc: Kyungmin Park <[email protected]>
Cc: Sascha Hauer <[email protected]>
Cc: David Brown <[email protected]>
Cc: Daniel Walker <[email protected]>
Cc: Bryan Huntsman <[email protected]>
Acked-by: Tony Lindgren <[email protected]>
Cc: Paul Mundt <[email protected]>
Cc: Magnus Damm <[email protected]>
Cc: Dinh Nguyen <[email protected]>
Cc: Shiraz Hashim <[email protected]>
Acked-by: Stephen Warren <[email protected]>
Cc: Srinidhi Kasagar <[email protected]>
Cc: Linus Walleij <[email protected]>
Acked-by: Viresh Kumar <[email protected]>
Acked-by: Kukjin Kim <[email protected]>
Acked-by: Shawn Guo <[email protected]>
Acked-by: Olof Johansson <[email protected]>
Acked-by: Arnd Bergmann <[email protected]>
Diffstat (limited to 'arch/arm/mach-socfpga/socfpga.c')
-rw-r--r-- | arch/arm/mach-socfpga/socfpga.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-socfpga/socfpga.c b/arch/arm/mach-socfpga/socfpga.c index 6732924a5fee..6a613b7842f8 100644 --- a/arch/arm/mach-socfpga/socfpga.c +++ b/arch/arm/mach-socfpga/socfpga.c @@ -106,7 +106,6 @@ DT_MACHINE_START(SOCFPGA, "Altera SOCFPGA") .smp = smp_ops(socfpga_smp_ops), .map_io = socfpga_map_io, .init_irq = gic_init_irq, - .handle_irq = gic_handle_irq, .timer = &dw_apb_timer, .init_machine = socfpga_cyclone5_init, .restart = socfpga_cyclone5_restart, |