From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH] Fix compile error in usb-ehci.c Date: Fri, 16 Jan 2009 09:38:44 +0200 Message-ID: <20090116073843.GP4128@atomide.com> References: <5A47E75E594F054BAF48C5E4FC4B92AB02E6815B89@dbde02.ent.ti.com> <20090116072823.GM4128@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]:51925 "EHLO mho-01-bos.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753204AbZAPHin (ORCPT ); Fri, 16 Jan 2009 02:38:43 -0500 Content-Disposition: inline In-Reply-To: <20090116072823.GM4128@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" * Tony Lindgren [090116 09:28]: > * Gadiyar, Anand [090115 20:48]: > > From: Anand Gadiyar > > > > Fix this compile error > > Can you please resend via the usb list? And this one is not yet in the mainline tree.. Applying to l-o tree for now. Tony > Acked-by: Tony Lindgren > > > > CC arch/arm/mach-omap2/usb-ehci.o > > arch/arm/mach-omap2/usb-ehci.c:39: error: 'INT_34XX_EHCI_IRQ' undeclared here (not in a function) > > make[1]: *** [arch/arm/mach-omap2/usb-ehci.o] Error 1 > > make: *** [arch/arm/mach-omap2] Error 2 > > > > Signed-off-by: Anand Gadiyar > > --- > > diff --git a/arch/arm/mach-omap2/usb-ehci.c b/arch/arm/mach-omap2/usb-ehci.c > > index 489439d..6af0b02 100644 > > --- a/arch/arm/mach-omap2/usb-ehci.c > > +++ b/arch/arm/mach-omap2/usb-ehci.c > > @@ -25,6 +25,7 @@ > > #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