summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lindgren2010-04-30 21:57:14 +0200
committerTony Lindgren2010-05-04 22:19:16 +0200
commit609c9ba29742f65b83f062dc57e5326d620de7bb (patch)
tree61c2ae8b9b476174c0fef45c3fedbe80740ed8ab
parentomap2/3: Fix DEBUG_LL for omap zoom2/3 (diff)
downloadkernel-qcow2-linux-609c9ba29742f65b83f062dc57e5326d620de7bb.tar.gz
kernel-qcow2-linux-609c9ba29742f65b83f062dc57e5326d620de7bb.tar.xz
kernel-qcow2-linux-609c9ba29742f65b83f062dc57e5326d620de7bb.zip
omap3: Fix compile for board-cm-t35
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>
-rw-r--r--arch/arm/mach-omap2/board-cm-t35.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-cm-t35.c b/arch/arm/mach-omap2/board-cm-t35.c
index 2de4f79f03a0..e679a2cc86c3 100644
--- 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>