diff mbox

mmc: tegra: Do not include asm/gpio.h

Message ID 1404734862-14894-1-git-send-email-thierry.reding@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Thierry Reding July 7, 2014, 12:07 p.m. UTC
From: Thierry Reding <treding@nvidia.com>

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>
---
 drivers/mmc/host/sdhci-tegra.c | 2 --
 1 file changed, 2 deletions(-)

Comments

Ulf Hansson July 8, 2014, 12:45 p.m. UTC | #1
On 7 July 2014 14:07, Thierry Reding <thierry.reding@gmail.com> wrote:
> From: Thierry Reding <treding@nvidia.com>
>
> 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>

Thanks! Applied for next.

Kind regards
Uffe


> ---
>  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 d93a063a36f3..33100d10d176 100644
> --- a/drivers/mmc/host/sdhci-tegra.c
> +++ b/drivers/mmc/host/sdhci-tegra.c
> @@ -26,8 +26,6 @@
>  #include <linux/mmc/host.h>
>  #include <linux/mmc/slot-gpio.h>
>
> -#include <asm/gpio.h>
> -
>  #include "sdhci-pltfm.h"
>
>  /* Tegra SDHOST controller vendor register definitions */
> --
> 2.0.1
>
--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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 @@ 
 #include <linux/mmc/host.h>
 #include <linux/mmc/slot-gpio.h>
 
-#include <asm/gpio.h>
-
 #include "sdhci-pltfm.h"
 
 /* Tegra SDHOST controller vendor register definitions */