diff options
author | Tony Lindgren <tony@atomide.com> | 2012-09-20 11:41:22 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-09-20 15:02:38 -0700 |
commit | c392b21dc698a91e00d0c846e2182e9d7db52546 (patch) | |
tree | 1b95eca48f792e380b9507aeba03e522c5b06af5 /arch/arm/mach-omap1/board-sx1-mmc.c | |
parent | 732231a7c04f334e69af89454073f7a23405468b (diff) |
ARM: OMAP1: Move board-sx1.h from plat to mach
This is only used by omap1.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/board-sx1-mmc.c')
-rw-r--r-- | arch/arm/mach-omap1/board-sx1-mmc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/board-sx1-mmc.c b/arch/arm/mach-omap1/board-sx1-mmc.c index b59f78850e69..5932d56e17bf 100644 --- a/arch/arm/mach-omap1/board-sx1-mmc.c +++ b/arch/arm/mach-omap1/board-sx1-mmc.c @@ -17,7 +17,7 @@ #include <mach/hardware.h> #include <plat/mmc.h> -#include <plat/board-sx1.h> +#include <mach/board-sx1.h> #if defined(CONFIG_MMC_OMAP) || defined(CONFIG_MMC_OMAP_MODULE) |