From: Anand Gadiyar Date: Thu, 15 Jan 2009 18:48:20 +0000 (+0530) Subject: Fix compile error in usb-musb.c X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=515e39e8757d85c1c73772ab29b65c2e955c286d;p=linux-2.6-omap-h63xx.git Fix compile error in usb-musb.c Fix this compile error 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 Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap2/usb-musb.c b/arch/arm/mach-omap2/usb-musb.c index 61c5709dcbd..5d79f898248 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