]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Fix compile error in usb-musb.c
authorAnand Gadiyar <gadiyar@ti.com>
Thu, 15 Jan 2009 18:48:20 +0000 (00:18 +0530)
committerTony Lindgren <tony@atomide.com>
Fri, 16 Jan 2009 07:41:18 +0000 (09:41 +0200)
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 <gadiyar@ti.com>
Reported-by: David Brownell <david-b@pacbell.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/usb-musb.c

index 61c5709dcbd65714085b38b6f7f52713582f1727..5d79f898248ce9fadb121d02bb30980ad328675f 100644 (file)
@@ -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>