Skip to content

Commit

Permalink
OMAP850: PM: Add an ARCH_OMAP850 check
Browse files Browse the repository at this point in the history
This just makes the same warning be printed on omap850 and omap730.

Signed-off-by: Alistair Buxton <a.j.buxton@gmail.com>
  • Loading branch information
Alistair Buxton committed Oct 7, 2009
1 parent ab985ff commit 1f73b4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-omap1/pm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1f73b4d

Please sign in to comment.