From a1e6b41e8ec152efceb3128592b83d40c8a28334 Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Tue, 23 Aug 2011 12:51:24 +0100 Subject: ARM: 7057/1: mach-pnx4008: rename GPIO header The PNX4008 header file is using the generic gpio and gpiolib namespace in yet the GPIO interface is not generic at all so rename it to This fixes a build failure in current -next: the includes were changed from to but since this platform isn't using generic gpio did not include and things broke apart. Acked-by: Vitaly Wool Signed-off-by: Linus Walleij Signed-off-by: Russell King --- arch/arm/mach-pnx4008/gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/mach-pnx4008/gpio.c') diff --git a/arch/arm/mach-pnx4008/gpio.c b/arch/arm/mach-pnx4008/gpio.c index eef531b755ca..d3e71d3847b4 100644 --- a/arch/arm/mach-pnx4008/gpio.c +++ b/arch/arm/mach-pnx4008/gpio.c @@ -13,13 +13,13 @@ * is licensed "as is" without any warranty of any kind, whether express * or implied. */ -#include #include #include #include #include #include #include +#include /* register definitions */ #define PIO_VA_BASE IO_ADDRESS(PNX4008_PIO_BASE) -- cgit v1.2.2