From: Tony Lindgren Date: Fri, 30 Apr 2010 19:57:14 +0000 (-0700) Subject: omap3: Fix compile for board-cm-t35 X-Git-Tag: v2.6.35-rc1~456^2~42 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=609c9ba29742f65b83f062dc57e5326d620de7bb;p=karo-tx-linux.git 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 --- 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 #include #include +#include #include