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:
a4f57b8
)
omap3: Fix compile for board-cm-t35
author
Tony Lindgren
<tony@atomide.com>
Fri, 30 Apr 2010 19:57:14 +0000
(12:57 -0700)
committer
Tony Lindgren
<tony@atomide.com>
Tue, 4 May 2010 20:19:16 +0000
(13:19 -0700)
Otherwise we can get the following error:
error: variable 'tdo24m_mcspi_config' has initializer but incomplete type
...
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-cm-t35.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap2/board-cm-t35.c
b/arch/arm/mach-omap2/board-cm-t35.c
index 2de4f79f03a0f226e7df5b4a1df20175e17c5965..e679a2cc86c3061031923123c21e4189bf028e8a 100644
(file)
--- a/
arch/arm/mach-omap2/board-cm-t35.c
+++ b/
arch/arm/mach-omap2/board-cm-t35.c
@@
-45,6
+45,7
@@
#include <plat/gpmc.h>
#include <plat/usb.h>
#include <plat/display.h>
+#include <plat/mcspi.h>
#include <mach/hardware.h>