diff options
author | Tony Lindgren <tony@atomide.com> | 2010-04-30 21:57:14 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-05-04 22:19:16 +0200 |
commit | 609c9ba29742f65b83f062dc57e5326d620de7bb (patch) | |
tree | 61c2ae8b9b476174c0fef45c3fedbe80740ed8ab /arch/arm/mach-omap2/board-cm-t35.c | |
parent | omap2/3: Fix DEBUG_LL for omap zoom2/3 (diff) | |
download | linux-609c9ba29742f65b83f062dc57e5326d620de7bb.tar.xz 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>
Diffstat (limited to 'arch/arm/mach-omap2/board-cm-t35.c')
-rw-r--r-- | arch/arm/mach-omap2/board-cm-t35.c | 1 |
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> |