提交 f8cc9eaf 编写于 作者: F Felipe Balbi 提交者: Tony Lindgren

arm: omap: irq: always define omap3 support

remove ifdef around omap3 INTC support. This
will make it easier to reuse code for PM.
Signed-off-by: NFelipe Balbi <balbi@ti.com>
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 272a8b04
......@@ -265,7 +265,6 @@ void __init omap_intc_of_init(void)
of_irq_init(irq_match);
}
#if defined(CONFIG_ARCH_OMAP3) || defined(CONFIG_SOC_AM33XX)
static struct omap_intc_regs intc_context;
void omap_intc_save_context(void)
......@@ -333,4 +332,3 @@ asmlinkage void __exception_irq_entry omap3_intc_handle_irq(struct pt_regs *regs
{
omap_intc_handle_irq(regs);
}
#endif /* CONFIG_ARCH_OMAP3 */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册