From: Russell King Date: Tue, 26 Jul 2011 09:59:32 +0000 (+0100) Subject: ARM: gpio: tegra: convert drivers to use asm/gpio.h rather than mach/gpio.h X-Git-Tag: v3.2-rc1~148^2~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e6b750d4ba2fda038ba8e37eda59ec49d31ae88b;p=thirdparty%2Fkernel%2Flinux.git ARM: gpio: tegra: convert drivers to use asm/gpio.h rather than mach/gpio.h Signed-off-by: Russell King --- diff --git a/drivers/mmc/host/sdhci-tegra.c b/drivers/mmc/host/sdhci-tegra.c index 18b0bd31de78a..e9094f14659d2 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"