ARM: OMAP: AM33xx hwmod: fixup SPI after platform_data move
authorKevin Hilman <khilman@deeprootsystems.com>
Thu, 20 Sep 2012 16:38:14 +0000 (09:38 -0700)
committerOlof Johansson <olof@lixom.net>
Thu, 20 Sep 2012 22:30:05 +0000 (15:30 -0700)
AM33xx hwmod data includes "mcspi.h" which has now been moved after
the platform_data move.  Fix it.

Signed-off-by: Kevin Hilman <khilman@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-omap2/omap_hwmod_33xx_data.c

index 22433cb..59d5c1c 100644 (file)
@@ -17,9 +17,9 @@
 #include <plat/omap_hwmod.h>
 #include <plat/cpu.h>
 #include <linux/platform_data/gpio-omap.h>
+#include <linux/platform_data/spi-omap2-mcspi.h>
 #include <plat/dma.h>
 #include <plat/mmc.h>
-#include <plat/mcspi.h>
 #include <plat/i2c.h>
 
 #include "omap_hwmod_common_data.h"