diff options
author | Jaya Kumar <jayakumar.arm@gmail.com> | 2008-04-20 08:25:00 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-04-21 13:47:46 +0200 |
commit | a393c46b493de18242105c7f7e713822d179a717 (patch) | |
tree | 0b6620282f10ba64564fd2c0fd68e154a4b1af8e /arch/arm/mach-pxa/gumstix.c | |
parent | [ARM] pxa: Phycore pcm-990-specific code for the PXA270 Quick Capture driver (diff) | |
download | linux-a393c46b493de18242105c7f7e713822d179a717.tar.xz 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.c | 1 |
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" |