> -----Original Message----- > From: Tony Lindgren [mailto:tony@xxxxxxxxxxx] > Sent: Friday, January 16, 2009 12:58 PM > To: Gadiyar, Anand > Cc: linux-omap@xxxxxxxxxxxxxxx > Subject: Re: [PATCH] Fix compile error in usb-ehci.c > > * Gadiyar, Anand <gadiyar@xxxxxx> [090115 20:48]: > > From: Anand Gadiyar <gadiyar@xxxxxx> > > > > Fix this compile error > > Can you please resend via the usb list? Isn't this omap specific? I don't mind sending this through the USB list, except that I think it has nothing to do with USB. > > Acked-by: Tony Lindgren <tony@xxxxxxxxxxx> > > > > 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 <gadiyar@xxxxxx> > > --- > > 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 <linux/usb/musb.h> > > > > #include <mach/hardware.h> > > +#include <mach/irqs.h> > > #include <mach/pm.h> > > #include <mach/usb.h> > > -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html