[PATCH 05/13] ARM: gpio: nomadik: convert drivers to use asm/gpio.h rather than mach/gpio.h
Russell King - ARM Linux
linux at arm.linux.org.uk
Tue Aug 9 04:06:01 EDT 2011
Signed-off-by: Russell King <rmk+kernel at arm.linux.org.uk>
---
drivers/gpio/gpio-nomadik.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/gpio/gpio-nomadik.c b/drivers/gpio/gpio-nomadik.c
index 2c212c7..f7f0406 100644
--- a/drivers/gpio/gpio-nomadik.c
+++ b/drivers/gpio/gpio-nomadik.c
@@ -28,7 +28,7 @@
#include <plat/pincfg.h>
#include <mach/hardware.h>
-#include <mach/gpio.h>
+#include <asm/gpio.h>
/*
* The GPIO module in the Nomadik family of Systems-on-Chip is an
--
1.7.4.4
More information about the linux-arm-kernel
mailing list