* Tony Lindgren <[email protected]> [090116 09:29]: > * Gadiyar, Anand <[email protected]> [090115 20:48]: > > From: Anand Gadiyar <[email protected]> > > > > 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 <[email protected]> > > > > 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 <[email protected]> > > Reported-by: David Brownell <[email protected]> > > --- > > 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 <linux/usb/musb.h> > > > > #include <mach/hardware.h> > > +#include <mach/irqs.h> > > #include <mach/pm.h> > > #include <mach/mux.h> > > #include <mach/usb.h> > -- > To unsubscribe from this list: send the line "unsubscribe linux-omap" in > the body of a message to [email protected] > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
