]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
omap3: Fix compile for board-cm-t35
authorTony Lindgren <tony@atomide.com>
Fri, 30 Apr 2010 19:57:14 +0000 (12:57 -0700)
committerTony 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

index 2de4f79f03a0f226e7df5b4a1df20175e17c5965..e679a2cc86c3061031923123c21e4189bf028e8a 100644 (file)
@@ -45,6 +45,7 @@
 #include <plat/gpmc.h>
 #include <plat/usb.h>
 #include <plat/display.h>
+#include <plat/mcspi.h>
 
 #include <mach/hardware.h>