ARM: gpio: tegra: convert drivers to use asm/gpio.h rather than mach/gpio.h
authorRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 26 Jul 2011 09:59:32 +0000 (10:59 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 8 Aug 2011 13:28:06 +0000 (14:28 +0100)
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/mmc/host/sdhci-tegra.c

index 18b0bd31de78a661a1839d094e756df9d7ce6762..e9094f14659d26c4496f08fd370d7cfdc6ed96f0 100644 (file)
@@ -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"
This page took 0.035894 seconds and 5 git commands to generate.