Skip to content

Commit

Permalink
[PATCH] ARM: 2751/1: ixp2000 gpio cleanup broke ixdp2800 build
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lennert Buytenhek authored and Russell King committed Jun 25, 2005
1 parent ea23d1a commit 8144f56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm/mach-ixp2000/ixdp2x00.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
#include <asm/mach/flash.h>
#include <asm/mach/arch.h>

#include <asm/arch/gpio.h>


/*************************************************************************
* IXDP2x00 IRQ Initialization
*************************************************************************/
Expand Down

0 comments on commit 8144f56

Please sign in to comment.