From: Thierry Reding Date: Mon, 7 Jul 2014 12:07:42 +0000 (+0200) Subject: mmc: tegra: Do not include asm/gpio.h X-Git-Tag: v3.17-rc1~30^2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b3f626e64b50e4ac3bca046c71cfbaec815670d;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Ulf Hansson --- diff --git a/drivers/mmc/host/sdhci-tegra.c b/drivers/mmc/host/sdhci-tegra.c index d93a063a36f37..33100d10d1768 100644 --- a/drivers/mmc/host/sdhci-tegra.c +++ b/drivers/mmc/host/sdhci-tegra.c @@ -26,8 +26,6 @@ #include #include -#include - #include "sdhci-pltfm.h" /* Tegra SDHOST controller vendor register definitions */