[PATCH 16/17] OMAP850: PM: Add an ARCH_OMAP850 check
Alistair Buxton
a.j.buxton at gmail.com
Wed Oct 14 15:51:52 EDT 2009
This just makes the same warning be printed on omap850 and omap730.
Signed-off-by: Alistair Buxton <a.j.buxton at gmail.com>
---
arch/arm/mach-omap1/pm.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-omap1/pm.h b/arch/arm/mach-omap1/pm.h
index 0f20aed..56a6479 100644
--- a/arch/arm/mach-omap1/pm.h
+++ b/arch/arm/mach-omap1/pm.h
@@ -105,6 +105,7 @@
#define OMAP7XX_IDLE_LOOP_REQUEST 0x0C00
#if !defined(CONFIG_ARCH_OMAP730) && \
+ !defined(CONFIG_ARCH_OMAP850) && \
!defined(CONFIG_ARCH_OMAP15XX) && \
!defined(CONFIG_ARCH_OMAP16XX)
#warning "Power management for this processor not implemented yet"
--
1.6.5
More information about the linux-arm-kernel
mailing list