Re: [PATCH] OMAP3: GPIO: Replace CONFIG_ARCH_OMAP34XX with CONFIG_ARCH_OMAP3

2010-05-10 Thread Kevin Hilman
Ranjith Lohithakshan writes: > CONFIG_ARCH_OMAP34XX is not defined any more. Replace it with > CONFIG_ARCH_OMAP3. > > Signed-off-by: Ranjith Lohithakshan > --- > > This patch is generated against pm branch. Thanks, will add to PM-related GPIO patches submitted for 2.6.35. Kevin -- To unsubscr

[PATCH] OMAP3: GPIO: Replace CONFIG_ARCH_OMAP34XX with CONFIG_ARCH_OMAP3

2010-05-06 Thread Ranjith Lohithakshan
CONFIG_ARCH_OMAP34XX is not defined any more. Replace it with CONFIG_ARCH_OMAP3. Signed-off-by: Ranjith Lohithakshan --- This patch is generated against pm branch. arch/arm/plat-omap/gpio.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/plat-omap/gpio.c b/ar