diff options
author | Tony Lindgren <tony@atomide.com> | 2009-03-24 02:07:33 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-03-24 02:07:33 +0100 |
commit | 228fe42e5e78649f4a773a47c0a48cbea8e640af (patch) | |
tree | f8de7699b632a651c5f76ef67a982d4f47bc4458 /arch/arm/mach-omap1/board-h3-mmc.c | |
parent | ARM: OMAP: No need to include board-h2.h from hardware.h (diff) | |
download | linux-228fe42e5e78649f4a773a47c0a48cbea8e640af.tar.xz linux-228fe42e5e78649f4a773a47c0a48cbea8e640af.zip |
ARM: OMAP: No need to include board-h3.h from hardware.h
Also move board-h3.h to mach-omap1.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/board-h3-mmc.c')
-rw-r--r-- | arch/arm/mach-omap1/board-h3-mmc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap1/board-h3-mmc.c b/arch/arm/mach-omap1/board-h3-mmc.c index fdfe793d56f2..0d8a3c195e2e 100644 --- a/arch/arm/mach-omap1/board-h3-mmc.c +++ b/arch/arm/mach-omap1/board-h3-mmc.c @@ -19,6 +19,8 @@ #include <mach/mmc.h> #include <mach/gpio.h> +#include "board-h3.h" + #if defined(CONFIG_MMC_OMAP) || defined(CONFIG_MMC_OMAP_MODULE) static int mmc_set_power(struct device *dev, int slot, int power_on, |