diff options
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/host/omap.c | 2 | ||||
-rw-r--r-- | drivers/mmc/host/sdhci-tegra.c | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/drivers/mmc/host/omap.c b/drivers/mmc/host/omap.c index a6c329040140..2dba999caf2c 100644 --- a/drivers/mmc/host/omap.c +++ b/drivers/mmc/host/omap.c | |||
@@ -33,7 +33,7 @@ | |||
33 | 33 | ||
34 | #include <plat/board.h> | 34 | #include <plat/board.h> |
35 | #include <plat/mmc.h> | 35 | #include <plat/mmc.h> |
36 | #include <mach/gpio.h> | 36 | #include <asm/gpio.h> |
37 | #include <plat/dma.h> | 37 | #include <plat/dma.h> |
38 | #include <plat/mux.h> | 38 | #include <plat/mux.h> |
39 | #include <plat/fpga.h> | 39 | #include <plat/fpga.h> |
diff --git a/drivers/mmc/host/sdhci-tegra.c b/drivers/mmc/host/sdhci-tegra.c index 18b0bd31de78..21b00cefae63 100644 --- a/drivers/mmc/host/sdhci-tegra.c +++ b/drivers/mmc/host/sdhci-tegra.c | |||
@@ -21,7 +21,9 @@ | |||
21 | #include <linux/mmc/card.h> | 21 | #include <linux/mmc/card.h> |
22 | #include <linux/mmc/host.h> | 22 | #include <linux/mmc/host.h> |
23 | 23 | ||
24 | #include <mach/gpio.h> | 24 | #include <asm/gpio.h> |
25 | |||
26 | #include <mach/gpio-tegra.h> | ||
25 | #include <mach/sdhci.h> | 27 | #include <mach/sdhci.h> |
26 | 28 | ||
27 | #include "sdhci-pltfm.h" | 29 | #include "sdhci-pltfm.h" |