[PATCH] ARM: 2751/1: ixp2000 gpio cleanup broke ixdp2800 build
authorLennert Buytenhek <buytenh@wantstofly.org>
Sat, 25 Jun 2005 15:58:22 +0000 (16:58 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 25 Jun 2005 15:58:22 +0000 (16:58 +0100)
Patch from Lennert Buytenhek

The ixp2000 gpio cleanup broke the ixdp2800 build as it moved some
gpio-related functions from arch/platform.h to arch/gpio.h and the
ixdp2x00 support code used those functions but didn't include the
latter header file.

Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-ixp2000/ixdp2x00.c

index 21c41fe15b99cacd2493ba5d2d22f472944eb1c0..5e4380747b53d1bb2b105b35ec71f890ba4440c1 100644 (file)
@@ -42,6 +42,9 @@
 #include <asm/mach/flash.h>
 #include <asm/mach/arch.h>
 
+#include <asm/arch/gpio.h>
+
+
 /*************************************************************************
  * IXDP2x00 IRQ Initialization
  *************************************************************************/
This page took 0.027269 seconds and 5 git commands to generate.