diff options
author | Felipe Balbi <balbi@ti.com> | 2014-09-08 20:54:45 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-09-11 16:05:31 -0400 |
commit | e66c49b515aa4cbd621a4844f980ff487327aa7d (patch) | |
tree | 4d610a4f2b71f6444bc167dff36055dd11cc0bae /arch/arm/mach-omap2/common.h | |
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/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 34ab9ee9ee43..ed906bcca133 100644 --- a/arch/arm/mach-omap2/common.h +++ b/arch/arm/mach-omap2/common.h | |||
@@ -221,7 +221,6 @@ void omap3_intc_prepare_idle(void); | |||
221 | void omap3_intc_resume_idle(void); | 221 | void omap3_intc_resume_idle(void); |
222 | void omap2_intc_handle_irq(struct pt_regs *regs); | 222 | void omap2_intc_handle_irq(struct pt_regs *regs); |
223 | void omap3_intc_handle_irq(struct pt_regs *regs); | 223 | void omap3_intc_handle_irq(struct pt_regs *regs); |
224 | void omap_intc_of_init(void); | ||
225 | void omap_gic_of_init(void); | 224 | void omap_gic_of_init(void); |
226 | 225 | ||
227 | #ifdef CONFIG_CACHE_L2X0 | 226 | #ifdef CONFIG_CACHE_L2X0 |