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

From: Anand Gadiyar <gadiyar@ti.com>

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>
---
diff --git a/arch/arm/mach-omap2/usb-musb.c b/arch/arm/mach-omap2/usb-musb.c
index 61c5709..5d79f89 100644
--- a/arch/arm/mach-omap2/usb-musb.c
+++ b/arch/arm/mach-omap2/usb-musb.c
@@ -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>

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

end of thread, other threads:[~2009-02-12 21:36 UTC | newest]

Thread overview: 17+ 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-musb.c Gadiyar, Anand
2009-01-16  7:29 ` Tony Lindgren
2009-01-16  7:37   ` Tony Lindgren
2009-01-16 15:35     ` Felipe Balbi
2009-01-16 15:38       ` Gadiyar, Anand
2009-01-16 15:49         ` Felipe Balbi
2009-01-16 15:54           ` Gadiyar, Anand
2009-01-16 21:27       ` David Brownell
2009-01-16 22:19         ` Felipe Balbi
2009-01-16 22:31           ` David Brownell
2009-01-16 22:41             ` Felipe Balbi
2009-01-18 11:33             ` Tony Lindgren
2009-01-26 23:23               ` David Brownell
2009-01-26 23:26                 ` Felipe Balbi
2009-02-12  1:24                 ` Tony Lindgren
2009-02-12  1:55                   ` David Brownell
2009-02-12 21:35                     ` Tony Lindgren

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