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:
53fadbd
)
ARM: 7188/1: OMAP2PLUS: Fix build error: 'omap2/omap3_intc_handle_irq' undeclared.
author
Santosh Shilimkar
<santosh.shilimkar@ti.com>
Mon, 5 Dec 2011 08:44:58 +0000
(09:44 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Mon, 5 Dec 2011 23:19:50 +0000
(23:19 +0000)
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>
arch/arm/mach-omap2/common.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap2/common.h
b/arch/arm/mach-omap2/common.h
index 18c4d5d20faf8a96242b94185f48b319705601c5..012bac7d56a593c5234788dac459df27a4bb92cf 100644
(file)
--- 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