From: Anand Gadiyar <[email protected]>

Fix this compile error

  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 <[email protected]>
---
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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to