diff options
author | Thierry Reding <treding@nvidia.com> | 2014-07-07 08:07:42 -0400 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2014-07-09 05:26:13 -0400 |
commit | 1b3f626e64b50e4ac3bca046c71cfbaec815670d (patch) | |
tree | e9dd6d68f759683d00439259e1fdcdf844840428 /drivers/mmc | |
parent | 6f726f495f2d5247e1614a70f9093d9f4d6380e4 (diff) |
mmc: tegra: Do not include asm/gpio.h
This doesn't seem to be used any longer and removing the include fixes
64-bit ARM builds.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/host/sdhci-tegra.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mmc/host/sdhci-tegra.c b/drivers/mmc/host/sdhci-tegra.c index d93a063a36f3..33100d10d176 100644 --- a/drivers/mmc/host/sdhci-tegra.c +++ b/drivers/mmc/host/sdhci-tegra.c | |||
@@ -26,8 +26,6 @@ | |||
26 | #include <linux/mmc/host.h> | 26 | #include <linux/mmc/host.h> |
27 | #include <linux/mmc/slot-gpio.h> | 27 | #include <linux/mmc/slot-gpio.h> |
28 | 28 | ||
29 | #include <asm/gpio.h> | ||
30 | |||
31 | #include "sdhci-pltfm.h" | 29 | #include "sdhci-pltfm.h" |
32 | 30 | ||
33 | /* Tegra SDHOST controller vendor register definitions */ | 31 | /* Tegra SDHOST controller vendor register definitions */ |