summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-03-04 19:07:40 +0100
committerTony Lindgren <tony@atomide.com>2009-03-04 19:07:40 +0100
commit87d99d6f7ee3ec73b2b0212427b173502ec9d6cb (patch)
treed59e852dc53b3037b3b417e457b748ac27ebf2e4 /arch
parentLinux 2.6.29-rc7 (diff)
downloadlinux-87d99d6f7ee3ec73b2b0212427b173502ec9d6cb.tar.xz
linux-87d99d6f7ee3ec73b2b0212427b173502ec9d6cb.zip
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/plat-omap/include/mach/pm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/include/mach/pm.h b/arch/arm/plat-omap/include/mach/pm.h
index 2a9c27ad4c37..37e2f0f38b46 100644
--- 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__