summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/irq.c
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2014-09-08 17:54:45 -0700
committerTony Lindgren <tony@atomide.com>2014-09-11 13:05:31 -0700
commite66c49b515aa4cbd621a4844f980ff487327aa7d (patch)
tree4d610a4f2b71f6444bc167dff36055dd11cc0bae /arch/arm/mach-omap2/irq.c
parentb65ecd46125929941076e7af77b5e685a332c33c (diff)
downloadop-kernel-dev-e66c49b515aa4cbd621a4844f980ff487327aa7d.zip
op-kernel-dev-e66c49b515aa4cbd621a4844f980ff487327aa7d.tar.gz
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.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-omap2/irq.c b/arch/arm/mach-omap2/irq.c
index 2801243..465d725 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);
OpenPOWER on IntegriCloud