diff options
Diffstat (limited to 'arch/arm/mach-omap1/board-sx1-mmc.c')
| -rw-r--r-- | arch/arm/mach-omap1/board-sx1-mmc.c | 7 | 
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/arm/mach-omap1/board-sx1-mmc.c b/arch/arm/mach-omap1/board-sx1-mmc.c index e8ddd86e3fd..4fcf19c78a0 100644 --- a/arch/arm/mach-omap1/board-sx1-mmc.c +++ b/arch/arm/mach-omap1/board-sx1-mmc.c @@ -12,12 +12,13 @@   * published by the Free Software Foundation.   */ +#include <linux/gpio.h>  #include <linux/platform_device.h>  #include <mach/hardware.h> -#include <plat/mmc.h> -#include <mach/gpio.h> -#include <plat/board-sx1.h> +#include <mach/board-sx1.h> + +#include "mmc.h"  #if defined(CONFIG_MMC_OMAP) || defined(CONFIG_MMC_OMAP_MODULE)  | 
