projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fec6c6f
)
ARM: OMAP: Fix compile error if pm.h is included
author
David Brownell
<dbrownell@users.sourceforge.net>
Wed, 4 Mar 2009 18:07:40 +0000
(10:07 -0800)
committer
Tony Lindgren
<tony@atomide.com>
Wed, 4 Mar 2009 18:07:40 +0000
(10:07 -0800)
Change the error to a warning.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/include/mach/pm.h
patch
|
blob
|
history
diff --git
a/arch/arm/plat-omap/include/mach/pm.h
b/arch/arm/plat-omap/include/mach/pm.h
index
2a9c27a
..
37e2f0f
100644
(file)
--- a/
arch/arm/plat-omap/include/mach/pm.h
+++ b/
arch/arm/plat-omap/include/mach/pm.h
@@
-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__