From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH] Fix compile error in usb-musb.c Date: Wed, 11 Feb 2009 17:24:00 -0800 Message-ID: <20090212012359.GH13748@atomide.com> References: <5A47E75E594F054BAF48C5E4FC4B92AB02E6815B88@dbde02.ent.ti.com> <200901161431.00469.david-b@pacbell.net> <20090118113324.GC7976@atomide.com> <200901261523.42769.david-b@pacbell.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from mho-01-bos.mailhop.org ([63.208.196.178]:61380 "EHLO mho-01-bos.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755081AbZBLBYE (ORCPT ); Wed, 11 Feb 2009 20:24:04 -0500 Content-Disposition: inline In-Reply-To: <200901261523.42769.david-b@pacbell.net> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: David Brownell Cc: me@felipebalbi.com, "Gadiyar, Anand" , "linux-omap@vger.kernel.org" * David Brownell [090126 15:23]: > On Sunday 18 January 2009, Tony Lindgren wrote: > >=20 > > > > #if =A0 =A0 !defined(CONFIG_ARCH_OMAP730) && \ > > > > =A0=A0=A0=A0!defined(CONFIG_ARCH_OMAP15XX) && \ > > > > =A0=A0=A0=A0!defined(CONFIG_ARCH_OMAP16XX) && \ > > > > =A0=A0=A0=A0!defined(CONFIG_ARCH_OMAP24XX) && \ > > > > =A0=A0=A0=A0!defined(CONFIG_ARCH_OMAP34XX) > > > > #error "Power management for this processor not implemented yet= " > > > > #endif > > >=20 > > > I didn't realize anyone outside of TI had their hands > > > on OMAP4 chips yet. =A0:) > >=20 > > Might be worth looking what it would take to make dummy CONFIG_PM > > compile in mainline for mach-omap2. >=20 > This (against mainline) makes build+link work ... I'll add it to omap-fixes. Dave, can you please reply with your SOB? Thanks, Tony > --- > arch/arm/plat-omap/include/mach/pm.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > --- 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 > =20 > #ifndef __ASSEMBLER__ >=20 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" i= n the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html