From e6b750d4ba2fda038ba8e37eda59ec49d31ae88b Mon Sep 17 00:00:00 2001 From: Russell King Date: Tue, 26 Jul 2011 10:59:32 +0100 Subject: [PATCH] ARM: gpio: tegra: convert drivers to use asm/gpio.h rather than mach/gpio.h Signed-off-by: Russell King --- drivers/mmc/host/sdhci-tegra.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ #include #include -#include +#include #include #include "sdhci-pltfm.h" -- 2.34.1