From: Santosh Shilimkar Date: Mon, 5 Dec 2011 08:44:58 +0000 (+0100) Subject: ARM: 7188/1: OMAP2PLUS: Fix build error: 'omap2/omap3_intc_handle_irq' undeclared. X-Git-Tag: firefly_0821_release~3680^2~2832^2~2^2~34 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f88f4dd868e59c0cf1d61d3465966d33e3309b07;p=firefly-linux-kernel-4.4.55.git 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 Signed-off-by: Russell King --- 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