summaryrefslogtreecommitdiff
path: root/arch/arm/mach-pxa
diff options
context:
space:
mode:
authorJaya Kumar <jayakumar.arm@gmail.com>2008-04-20 06:25:00 (GMT)
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-04-21 11:47:46 (GMT)
commita393c46b493de18242105c7f7e713822d179a717 (patch)
tree0b6620282f10ba64564fd2c0fd68e154a4b1af8e /arch/arm/mach-pxa
parent58762e77aec49aa4b43a9ff62e7a3aee17720c41 (diff)
downloadlinux-fsl-qoriq-a393c46b493de18242105c7f7e713822d179a717.tar.xz
[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')
-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 f01d185..bdf2397 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"