* [PATCH] OMAP3: GPIO: Replace CONFIG_ARCH_OMAP34XX with CONFIG_ARCH_OMAP3
@ 2010-05-06 11:02 Ranjith Lohithakshan
2010-05-10 16:51 ` Kevin Hilman
0 siblings, 1 reply; 2+ messages in thread
From: Ranjith Lohithakshan @ 2010-05-06 11:02 UTC (permalink / raw)
To: linux-omap; +Cc: khilman, ranjithl
CONFIG_ARCH_OMAP34XX is not defined any more. Replace it with
CONFIG_ARCH_OMAP3.
Signed-off-by: Ranjith Lohithakshan <ranjithl@ti.com>
---
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/arch/arm/plat-omap/gpio.c
index 7b2178c..0c84aae 100644
--- a/arch/arm/plat-omap/gpio.c
+++ b/arch/arm/plat-omap/gpio.c
@@ -2095,7 +2095,7 @@ static int omap_gpio_suspend(struct sys_device *dev, pm_message_t mesg)
__raw_writel(bank->suspend_wakeup, wake_set);
spin_unlock_irqrestore(&bank->lock, flags);
-#ifdef CONFIG_ARCH_OMAP34XX
+#ifdef CONFIG_ARCH_OMAP3
if (bank->method == METHOD_GPIO_24XX) {
int j;
for (j = 0; j < 32; j++) {
--
1.6.2.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-05-10 16:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-06 11:02 [PATCH] OMAP3: GPIO: Replace CONFIG_ARCH_OMAP34XX with CONFIG_ARCH_OMAP3 Ranjith Lohithakshan
2010-05-10 16:51 ` Kevin Hilman
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.