diff options
author | Alistair Buxton <a.j.buxton@gmail.com> | 2009-09-18 20:53:04 +0100 |
---|---|---|
committer | Alistair Buxton <a.j.buxton@gmail.com> | 2009-10-07 23:14:08 +0100 |
commit | 1f73b4de93e06d18c28cb282761c8507bc476489 (patch) | |
tree | 516709194a481b42e0e3f2c86f6aa2f95978bad5 | |
parent | ab985ff471048479b475f973358ccc6af8e42bc4 (diff) |
OMAP850: PM: Add an ARCH_OMAP850 check
This just makes the same warning be printed on omap850 and omap730.
Signed-off-by: Alistair Buxton <a.j.buxton@gmail.com>
-rw-r--r-- | 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 0f20aedd63f..56a647986ae 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" |