1
0
Fork 0

ARM: OMAP: Fix compile error if pm.h is included

Change the error to a warning.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
hifive-unleashed-5.1
David Brownell 2009-03-04 10:07:40 -08:00 committed by Tony Lindgren
parent fec6c6fec3
commit 87d99d6f7e
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@
!defined(CONFIG_ARCH_OMAP15XX) && \
!defined(CONFIG_ARCH_OMAP16XX) && \
!defined(CONFIG_ARCH_OMAP24XX)
#error "Power management for this processor not implemented yet"
#warning "Power management for this processor not implemented yet"
#endif
#ifndef __ASSEMBLER__