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:
d65b4e9
)
ARM: omap: fix prm44xx.c OMAP44XX_IRQ_PRCM build error
author
Russell King
<rmk+kernel@arm.linux.org.uk>
Tue, 7 Feb 2012 09:58:57 +0000
(09:58 +0000)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Mon, 13 Feb 2012 10:00:34 +0000
(10:00 +0000)
When CONFIG_OF is disabled, the compile fails with:
arch/arm/mach-omap2/prm44xx.c:41: error: 'OMAP44XX_IRQ_PRCM' undeclared here (not in a function)
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-omap2/prm44xx.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap2/prm44xx.c
b/arch/arm/mach-omap2/prm44xx.c
index 33dd655e6aabf96a8b1c66d9b912aabaf8fa583c..a1d6154dc120af3ceb056e0616c6d55eee6b17b9 100644
(file)
--- a/
arch/arm/mach-omap2/prm44xx.c
+++ b/
arch/arm/mach-omap2/prm44xx.c
@@
-19,6
+19,7
@@
#include "common.h"
#include <plat/cpu.h>
+#include <plat/irqs.h>
#include <plat/prcm.h>
#include "vp.h"