projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
272a8b0
)
arm: omap: irq: always define omap3 support
author
Felipe Balbi
<balbi@ti.com>
Tue, 9 Sep 2014 00:54:40 +0000
(17:54 -0700)
committer
Tony Lindgren
<tony@atomide.com>
Thu, 11 Sep 2014 20:03:40 +0000
(13:03 -0700)
remove ifdef around omap3 INTC support. This
will make it easier to reuse code for PM.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/irq.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap2/irq.c
b/arch/arm/mach-omap2/irq.c
index 1b3000618e64ff95b0cc776a43f6e1a5bbd8defa..4e8705d3d8d8ae936adfc98bc22978b9be018f96 100644
(file)
--- a/
arch/arm/mach-omap2/irq.c
+++ b/
arch/arm/mach-omap2/irq.c
@@
-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 */