diff options
Diffstat (limited to 'arch/arm/mach-omap1/board-sx1-mmc.c')
-rw-r--r-- | arch/arm/mach-omap1/board-sx1-mmc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-omap1/board-sx1-mmc.c b/arch/arm/mach-omap1/board-sx1-mmc.c index 8c93d47719e8..0be4ebaa2842 100644 --- a/arch/arm/mach-omap1/board-sx1-mmc.c +++ b/arch/arm/mach-omap1/board-sx1-mmc.c | |||
@@ -12,9 +12,9 @@ | |||
12 | * published by the Free Software Foundation. | 12 | * published by the Free Software Foundation. |
13 | */ | 13 | */ |
14 | 14 | ||
15 | #include <asm/arch/hardware.h> | 15 | #include <mach/hardware.h> |
16 | #include <asm/arch/mmc.h> | 16 | #include <mach/mmc.h> |
17 | #include <asm/arch/gpio.h> | 17 | #include <mach/gpio.h> |
18 | 18 | ||
19 | #ifdef CONFIG_MMC_OMAP | 19 | #ifdef CONFIG_MMC_OMAP |
20 | static int slot_cover_open; | 20 | static int slot_cover_open; |