summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/common.h
diff options
context:
space:
mode:
authorFelipe Balbi2014-09-09 02:54:52 +0200
committerTony Lindgren2014-09-11 22:05:40 +0200
commit05f1e7387c21b7075bed6ae7e7412435a7002fe4 (patch)
tree1a3bd985845358f00344c6949549d60c1964e69d /arch/arm/mach-omap2/common.h
parentarm: omap: irq: call set_handle_irq() from .init_irq (diff)
downloadkernel-qcow2-linux-05f1e7387c21b7075bed6ae7e7412435a7002fe4.tar.gz
kernel-qcow2-linux-05f1e7387c21b7075bed6ae7e7412435a7002fe4.tar.xz
kernel-qcow2-linux-05f1e7387c21b7075bed6ae7e7412435a7002fe4.zip
arm: omap: irq: drop omap3_intc_handle_irq()
now that we're calling set_handle_irq() from init_irq(), we can safely drop all callers to omap3_intc_handle_irq() and its definition. Signed-off-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/common.h')
-rw-r--r--arch/arm/mach-omap2/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h
index ed906bcca133..7d689d230e8c 100644
--- a/arch/arm/mach-omap2/common.h
+++ b/arch/arm/mach-omap2/common.h
@@ -220,7 +220,6 @@ void omap3_intc_suspend(void);
void omap3_intc_prepare_idle(void);
void omap3_intc_resume_idle(void);
void omap2_intc_handle_irq(struct pt_regs *regs);
-void omap3_intc_handle_irq(struct pt_regs *regs);
void omap_gic_of_init(void);
#ifdef CONFIG_CACHE_L2X0