summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-tegra.c
diff options
context:
space:
mode:
authorRussell King2011-07-26 11:59:32 +0200
committerRussell King2011-08-08 15:28:06 +0200
commite6b750d4ba2fda038ba8e37eda59ec49d31ae88b (patch)
tree46265e4d1418aeb657d2310b047fd71c0ef6d643 /drivers/mmc/host/sdhci-tegra.c
parentARM: gpio: ixp2000: convert drivers to use asm/gpio.h rather than mach/gpio.h (diff)
downloadkernel-qcow2-linux-e6b750d4ba2fda038ba8e37eda59ec49d31ae88b.tar.gz
kernel-qcow2-linux-e6b750d4ba2fda038ba8e37eda59ec49d31ae88b.tar.xz
kernel-qcow2-linux-e6b750d4ba2fda038ba8e37eda59ec49d31ae88b.zip
ARM: gpio: tegra: convert drivers to use asm/gpio.h rather than mach/gpio.h
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/mmc/host/sdhci-tegra.c')
-rw-r--r--drivers/mmc/host/sdhci-tegra.c2
1 files changed, 1 insertions, 1 deletions
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 <linux/mmc/card.h>
#include <linux/mmc/host.h>
-#include <mach/gpio.h>
+#include <asm/gpio.h>
#include <mach/sdhci.h>
#include "sdhci-pltfm.h"