aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-pxa/gumstix.c
diff options
context:
space:
mode:
authorGravatar Jaya Kumar <jayakumar.arm@gmail.com> 2008-04-20 07:25:00 +0100
committerGravatar Russell King <rmk+kernel@arm.linux.org.uk> 2008-04-21 12:47:46 +0100
commita393c46b493de18242105c7f7e713822d179a717 (patch)
tree0b6620282f10ba64564fd2c0fd68e154a4b1af8e /arch/arm/mach-pxa/gumstix.c
parent[ARM] pxa: Phycore pcm-990-specific code for the PXA270 Quick Capture driver (diff)
downloadlinux-a393c46b493de18242105c7f7e713822d179a717.tar.gz
linux-a393c46b493de18242105c7f7e713822d179a717.tar.bz2
linux-a393c46b493de18242105c7f7e713822d179a717.zip
[ARM] 5006/1: Gumstix GPIO header fixup and defconfig fixup
This patch adds the include of the GPIO header needed to make gumstix build. The defconfig is updated to 2.6.25 and disables PCMCIA since that has not yet been implemented for gumstix. Signed-off-by: Jaya Kumar <jayakumar.lkml@gmail.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-pxa/gumstix.c')
-rw-r--r--arch/arm/mach-pxa/gumstix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/gumstix.c b/arch/arm/mach-pxa/gumstix.c
index f01d18544133..bdf239754037 100644
--- a/arch/arm/mach-pxa/gumstix.c
+++ b/arch/arm/mach-pxa/gumstix.c
@@ -40,6 +40,7 @@
#include <asm/arch/pxa-regs.h>
#include <asm/arch/pxa2xx-regs.h>
+#include <asm/arch/pxa2xx-gpio.h>
#include "generic.h"