diff options
author | Felipe Balbi <balbi@ti.com> | 2014-09-08 17:54:45 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-09-11 13:05:31 -0700 |
commit | e66c49b515aa4cbd621a4844f980ff487327aa7d (patch) | |
tree | 4d610a4f2b71f6444bc167dff36055dd11cc0bae /arch/arm/mach-omap2/irq.c | |
parent | b65ecd46125929941076e7af77b5e685a332c33c (diff) |
arm: omap: irq: drop .handle_irq and .init_irq fields
now we can safely drop those fields from our machine_desc.
While at that, also drop the now unused omap_intc_of_init()
definition.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/irq.c')
-rw-r--r-- | arch/arm/mach-omap2/irq.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-omap2/irq.c b/arch/arm/mach-omap2/irq.c index 280124371c07..465d7257056a 100644 --- a/arch/arm/mach-omap2/irq.c +++ b/arch/arm/mach-omap2/irq.c @@ -322,11 +322,6 @@ static int __init intc_of_init(struct device_node *node, IRQCHIP_DECLARE(omap_intc, "ti,omap2-intc", intc_of_init); -void __init omap_intc_of_init(void) -{ - of_irq_init(&irqchip_of_match_omap_intc); -} - asmlinkage void __exception_irq_entry omap3_intc_handle_irq(struct pt_regs *regs) { omap_intc_handle_irq(regs); |