diff options
author | Felipe Balbi <balbi@ti.com> | 2014-09-09 04:54:52 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-09-12 00:05:41 +0400 |
commit | 2aced8924638104d1e09ebb86f87f6ca265d325b (patch) | |
tree | ce807ce0737be9477fdf8b747fb038d672e62cb5 /arch/arm/mach-omap2/common.h | |
parent | 05f1e7387c21b7075bed6ae7e7412435a7002fe4 (diff) | |
download | linux-2aced8924638104d1e09ebb86f87f6ca265d325b.tar.xz |
arm: omap: irq: drop omap2_intc_handle_irq()
that was just a no-op wrapper around omap_intc_handle_irq
anyway.
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h index 7d689d230e8c..180009343adb 100644 --- a/arch/arm/mach-omap2/common.h +++ b/arch/arm/mach-omap2/common.h @@ -219,7 +219,6 @@ void omap_intc_restore_context(void); 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 omap_gic_of_init(void); #ifdef CONFIG_CACHE_L2X0 |