summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantosh Shilimkar <santosh.shilimkar@ti.com>2011-12-05 08:44:58 (GMT)
committerRussell King <rmk+kernel@arm.linux.org.uk>2011-12-05 23:19:50 (GMT)
commitf88f4dd868e59c0cf1d61d3465966d33e3309b07 (patch)
treeecef845308b5d01a4bea6492c7b021cf64e553f1
parent53fadbdd83039bb1181e4ff76123d612cdf26c37 (diff)
downloadlinux-f88f4dd868e59c0cf1d61d3465966d33e3309b07.tar.xz
ARM: 7188/1: OMAP2PLUS: Fix build error: 'omap2/omap3_intc_handle_irq' undeclared.
Fix the build break by adding the necessary irq functions to common header. Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-rw-r--r--arch/arm/mach-omap2/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h
index 18c4d5d..012bac7 100644
--- a/arch/arm/mach-omap2/common.h
+++ b/arch/arm/mach-omap2/common.h
@@ -153,6 +153,8 @@ 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 omap3_intc_handle_irq(struct pt_regs *regs);
/*
* wfi used in low power code. Directly opcode is used instead