From 1b3f626e64b50e4ac3bca046c71cfbaec815670d Mon Sep 17 00:00:00 2001 From: Thierry Reding Date: Mon, 7 Jul 2014 14:07:42 +0200 Subject: [PATCH] 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 --- drivers/mmc/host/sdhci-tegra.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/mmc/host/sdhci-tegra.c b/drivers/mmc/host/sdhci-tegra.c index d93a063a36f..33100d10d17 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 */ -- 2.46.0