From patchwork Wed Mar 4 18:26:36 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 9884 X-Patchwork-Delegate: tony@atomide.com Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n24ILQ1j017536 for ; Wed, 4 Mar 2009 18:26:40 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751231AbZCDS0k (ORCPT ); Wed, 4 Mar 2009 13:26:40 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753421AbZCDS0k (ORCPT ); Wed, 4 Mar 2009 13:26:40 -0500 Received: from mho-01-bos.mailhop.org ([63.208.196.178]:63462 "EHLO mho-01-bos.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751231AbZCDS0k (ORCPT ); Wed, 4 Mar 2009 13:26:40 -0500 Received: from c-69-181-40-92.hsd1.ca.comcast.net ([69.181.40.92] helo=[127.0.0.1]) by mho-01-bos.mailhop.org with esmtpa (Exim 4.68) (envelope-from ) id 1Levnh-000LEc-GW; Wed, 04 Mar 2009 18:26:37 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 69.181.40.92 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+G37JZ+B3yaX9wRipTL0pR Subject: [PATCH 1/4] ARM: OMAP: Fix compile error if pm.h is included To: linux-arm-kernel@lists.arm.linux.org.uk From: Tony Lindgren Cc: David Brownell , linux-omap@vger.kernel.org Date: Wed, 04 Mar 2009 10:26:36 -0800 Message-ID: <20090304182635.27331.34439.stgit@localhost> In-Reply-To: <20090304182342.27331.35004.stgit@localhost> References: <20090304182342.27331.35004.stgit@localhost> User-Agent: StGit/0.14.3.343.g0584 MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org From: David Brownell Change the error to a warning. Signed-off-by: David Brownell Signed-off-by: Tony Lindgren --- arch/arm/plat-omap/include/mach/pm.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/arch/arm/plat-omap/include/mach/pm.h b/arch/arm/plat-omap/include/mach/pm.h index 2a9c27a..37e2f0f 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__