diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-07-26 05:59:32 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-08-08 09:28:06 -0400 |
commit | e6b750d4ba2fda038ba8e37eda59ec49d31ae88b (patch) | |
tree | 46265e4d1418aeb657d2310b047fd71c0ef6d643 /drivers/mmc/host/sdhci-tegra.c | |
parent | cb049419050f572d09c592fd103eaa90a8b6d9fe (diff) |
ARM: gpio: tegra: convert drivers to use asm/gpio.h rather than mach/gpio.h
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/mmc/host/sdhci-tegra.c')
-rw-r--r-- | drivers/mmc/host/sdhci-tegra.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci-tegra.c b/drivers/mmc/host/sdhci-tegra.c index 18b0bd31de78..e9094f14659d 100644 --- a/drivers/mmc/host/sdhci-tegra.c +++ b/drivers/mmc/host/sdhci-tegra.c | |||
@@ -21,7 +21,7 @@ | |||
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 | #include <mach/sdhci.h> | 25 | #include <mach/sdhci.h> |
26 | 26 | ||
27 | #include "sdhci-pltfm.h" | 27 | #include "sdhci-pltfm.h" |