OSDN Git Service

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 2de4f79..e679a2c 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>