summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap1/board-sx1-mmc.c
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2009-03-23 18:07:35 -0700
committerTony Lindgren <tony@atomide.com>2009-03-23 18:07:35 -0700
commitb2830810fd8ca8cd8a929a6d6a6c886b1d689a51 (patch)
tree2b462d96459a77ed59e68a657683e4a2d4c5e634 /arch/arm/mach-omap1/board-sx1-mmc.c
parent3a0110cdae41fb91d005c335db9e5e697dddc5cd (diff)
ARM: OMAP: No need to include board-palm*.h from hardware.h
Move the defines to the associated board file and remove the now unnecessary header files. 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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap1/board-sx1-mmc.c b/arch/arm/mach-omap1/board-sx1-mmc.c
index 66a4d7d5255d..58a46e4e45c3 100644
--- a/arch/arm/mach-omap1/board-sx1-mmc.c
+++ b/arch/arm/mach-omap1/board-sx1-mmc.c
@@ -17,6 +17,7 @@
#include <mach/hardware.h>
#include <mach/mmc.h>
#include <mach/gpio.h>
+#include <mach/board-sx1.h>
#if defined(CONFIG_MMC_OMAP) || defined(CONFIG_MMC_OMAP_MODULE)