diff options
author | Tony Lindgren <tony@atomide.com> | 2010-04-30 12:57:14 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-05-04 13:19:16 -0700 |
commit | 609c9ba29742f65b83f062dc57e5326d620de7bb (patch) | |
tree | 61c2ae8b9b476174c0fef45c3fedbe80740ed8ab /arch/arm/mach-omap2/board-cm-t35.c | |
parent | a4f57b81385b7793b83cd5ec9efc24db0bb62404 (diff) |
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> |