From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH] Fix compile error in usb-musb.c Date: Fri, 16 Jan 2009 09:37:38 +0200 Message-ID: <20090116073736.GO4128@atomide.com> References: <5A47E75E594F054BAF48C5E4FC4B92AB02E6815B88@dbde02.ent.ti.com> <20090116072904.GN4128@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-01-bos.mailhop.org ([63.208.196.178]:51470 "EHLO mho-01-bos.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752231AbZAPHht (ORCPT ); Fri, 16 Jan 2009 02:37:49 -0500 Content-Disposition: inline In-Reply-To: <20090116072904.GN4128@atomide.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: "Gadiyar, Anand" Cc: "linux-omap@vger.kernel.org" , David Brownell * Tony Lindgren [090116 09:29]: > * Gadiyar, Anand [090115 20:48]: > > From: Anand Gadiyar > > > > Fix this compile error > > This one should go via the usb list too. Uh, looks like my usb filter is set too sensitive :) This is the platform code part, I'll apply this and queue it up in omap-fixes. Thanks, Tony > Acked-by: Tony Lindgren > > > > CC arch/arm/mach-omap2/usb-musb.o > > arch/arm/mach-omap2/usb-musb.c:47: error: 'INT_243X_HS_USB_MC' undeclared here (not in a function) > > arch/arm/mach-omap2/usb-musb.c:51: error: 'INT_243X_HS_USB_DMA' undeclared here (not in a function) > > make[1]: *** [arch/arm/mach-omap2/usb-musb.o] Error 1 > > > > Signed-off-by: Anand Gadiyar > > Reported-by: David Brownell > > --- > > diff --git a/arch/arm/mach-omap2/usb-musb.c b/arch/arm/mach-omap2/usb-musb.c > > index 61c5709..5d79f89 100644 > > --- a/arch/arm/mach-omap2/usb-musb.c > > +++ b/arch/arm/mach-omap2/usb-musb.c > > @@ -28,6 +28,7 @@ > > #include > > > > #include > > +#include > > #include > > #include > > #include > -- > 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