public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix compile error in usb-ehci.c
@ 2009-01-15 18:48 Gadiyar, Anand
  2009-01-16  7:28 ` Tony Lindgren
  0 siblings, 1 reply; 5+ messages in thread
From: Gadiyar, Anand @ 2009-01-15 18:48 UTC (permalink / raw)
  To: linux-omap@vger.kernel.org; +Cc: Tony Lindgren

From: Anand Gadiyar <gadiyar@ti.com>

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 <gadiyar@ti.com>
---
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>

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-01-16  9:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-15 18:48 [PATCH] Fix compile error in usb-ehci.c Gadiyar, Anand
2009-01-16  7:28 ` Tony Lindgren
2009-01-16  7:38   ` Tony Lindgren
2009-01-16  9:09   ` Gadiyar, Anand
2009-01-16  9:15     ` Gadiyar, Anand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox