diff options
author | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2011-12-05 09:44:58 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-12-05 23:19:50 +0000 |
commit | f88f4dd868e59c0cf1d61d3465966d33e3309b07 (patch) | |
tree | ecef845308b5d01a4bea6492c7b021cf64e553f1 /arch/arm/mach-omap2/common.h | |
parent | 53fadbdd83039bb1181e4ff76123d612cdf26c37 (diff) |
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>
Diffstat (limited to 'arch/arm/mach-omap2/common.h')
-rw-r--r-- | arch/arm/mach-omap2/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h index 18c4d5d20faf..012bac7d56a5 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 |