From: Kevin Hilman Date: Thu, 20 Sep 2012 16:38:14 +0000 (-0700) Subject: ARM: OMAP: AM33xx hwmod: fixup SPI after platform_data move X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=aa817b2e68af8753bb95777255e22164610342c7;p=linux-beck.git ARM: OMAP: AM33xx hwmod: fixup SPI after platform_data move AM33xx hwmod data includes "mcspi.h" which has now been moved after the platform_data move. Fix it. Signed-off-by: Kevin Hilman Acked-by: Tony Lindgren Signed-off-by: Olof Johansson --- diff --git a/arch/arm/mach-omap2/omap_hwmod_33xx_data.c b/arch/arm/mach-omap2/omap_hwmod_33xx_data.c index 22433cb2bec0..59d5c1cd316d 100644 --- a/arch/arm/mach-omap2/omap_hwmod_33xx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_33xx_data.c @@ -17,9 +17,9 @@ #include #include #include +#include #include #include -#include #include #include "omap_hwmod_common_data.h"