From 515e39e8757d85c1c73772ab29b65c2e955c286d Mon Sep 17 00:00:00 2001 From: Anand Gadiyar Date: Fri, 16 Jan 2009 00:18:20 +0530 Subject: [PATCH] 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 --- arch/arm/mach-omap2/usb-musb.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.41.1