Commit 1f73b4de authored by Alistair Buxton's avatar Alistair Buxton

OMAP850: PM: Add an ARCH_OMAP850 check

This just makes the same warning be printed on omap850 and omap730.
Signed-off-by: default avatarAlistair Buxton <a.j.buxton@gmail.com>
parent ab985ff4
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment