From: Tony Lindgren Date: Thu, 20 Sep 2012 18:41:22 +0000 (-0700) Subject: ARM: OMAP1: Move board-sx1.h from plat to mach X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=c392b21dc698a91e00d0c846e2182e9d7db52546;p=linux-edison.git ARM: OMAP1: Move board-sx1.h from plat to mach This is only used by omap1. Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap1/board-sx1-mmc.c b/arch/arm/mach-omap1/board-sx1-mmc.c index b59f78850e6..5932d56e17b 100644 --- a/arch/arm/mach-omap1/board-sx1-mmc.c +++ b/arch/arm/mach-omap1/board-sx1-mmc.c @@ -17,7 +17,7 @@ #include #include -#include +#include #if defined(CONFIG_MMC_OMAP) || defined(CONFIG_MMC_OMAP_MODULE) diff --git a/arch/arm/mach-omap1/board-sx1.c b/arch/arm/mach-omap1/board-sx1.c index 2fddf6f0b39..aef2a428883 100644 --- a/arch/arm/mach-omap1/board-sx1.c +++ b/arch/arm/mach-omap1/board-sx1.c @@ -39,7 +39,7 @@ #include #include #include -#include +#include #include #include diff --git a/arch/arm/plat-omap/include/plat/board-sx1.h b/arch/arm/mach-omap1/include/mach/board-sx1.h similarity index 100% rename from arch/arm/plat-omap/include/plat/board-sx1.h rename to arch/arm/mach-omap1/include/mach/board-sx1.h