From mboxrd@z Thu Jan 1 00:00:00 1970 From: linux@arm.linux.org.uk (Russell King - ARM Linux) Date: Tue, 5 Jul 2011 11:03:55 +0100 Subject: [PATCH] pxa/magician: fix MAGICIAN_EGPIO_BASE, align with NR_BUILTIN_GPIO In-Reply-To: References: <1303394226.16309.1.camel@flow> Message-ID: <20110705100355.GS8286@n2100.arm.linux.org.uk> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Jul 05, 2011 at 03:46:12PM +0800, Eric Miao wrote: > On Thu, Apr 21, 2011 at 9:57 PM, Philipp Zabel wrote: > > Commit a0a4dcbca73a418477f439e812193e2591b46751 > > "ARM: pxa: align NR_BUILTIN_GPIO with GPIO interrupt number" > > increased NR_BUILTIN_GPIO from 128 to PXA_GPIO_IRQ_NUM (192). > > Adjust the previously hardcoded MAGICIAN_EGPIO_BASE accordingly. > > > > Signed-off-by: Philipp Zabel > > Applied. > > > --- > > ?arch/arm/mach-pxa/include/mach/magician.h | ? ?3 ++- > > ?1 files changed, 2 insertions(+), 1 deletions(-) > > > > diff --git a/arch/arm/mach-pxa/include/mach/magician.h b/arch/arm/mach-pxa/include/mach/magician.h > > index 0a2efcf..e9e6162 100644 > > --- a/arch/arm/mach-pxa/include/mach/magician.h > > +++ b/arch/arm/mach-pxa/include/mach/magician.h > > @@ -12,6 +12,7 @@ > > ?#ifndef _MAGICIAN_H_ > > ?#define _MAGICIAN_H_ > > > > +#include Note that there's yet another mach/gpio.h here.