public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: OMAP: Fix USB compilation for N800 defconfig
@ 2007-03-04 10:29 Dirk Behme
  2007-03-06 10:42 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Dirk Behme @ 2007-03-04 10:29 UTC (permalink / raw)
  To: linux-omap-open-source

[-- Attachment #1: Type: text/plain, Size: 98 bytes --]


linux/usb_ch9.h has moved to linux/usb/ch9.h

Signed-off-by: Dirk Behme <dirk.behme@gmail.com>



[-- Attachment #2: plat_uds_fix.patch --]
[-- Type: text/x-patch, Size: 442 bytes --]

Index: linux-osk/drivers/usb/musb/musbdefs.h
===================================================================
--- linux-osk.orig/drivers/usb/musb/musbdefs.h
+++ linux-osk/drivers/usb/musb/musbdefs.h
@@ -40,7 +40,7 @@
 #include <linux/smp_lock.h>
 #include <linux/errno.h>
 #include <linux/device.h>
-#include <linux/usb_ch9.h>
+#include <linux/usb/ch9.h>
 #include <linux/usb_gadget.h>
 #include <linux/usb.h>
 #include <linux/usb/otg.h>


[-- Attachment #3: Type: text/plain, Size: 0 bytes --]



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

* Re: [PATCH] ARM: OMAP: Fix USB compilation for N800 defconfig
  2007-03-04 10:29 [PATCH] ARM: OMAP: Fix USB compilation for N800 defconfig Dirk Behme
@ 2007-03-06 10:42 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2007-03-06 10:42 UTC (permalink / raw)
  To: Dirk Behme; +Cc: linux-omap-open-source

* Dirk Behme <dirk.behme@googlemail.com> [070304 02:31]:
> 
> linux/usb_ch9.h has moved to linux/usb/ch9.h
> 
> Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
> 
> 

> Index: linux-osk/drivers/usb/musb/musbdefs.h
> ===================================================================
> --- linux-osk.orig/drivers/usb/musb/musbdefs.h
> +++ linux-osk/drivers/usb/musb/musbdefs.h
> @@ -40,7 +40,7 @@
>  #include <linux/smp_lock.h>
>  #include <linux/errno.h>
>  #include <linux/device.h>
> -#include <linux/usb_ch9.h>
> +#include <linux/usb/ch9.h>
>  #include <linux/usb_gadget.h>
>  #include <linux/usb.h>
>  #include <linux/usb/otg.h>
> 

Pushing today.

Tony

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

end of thread, other threads:[~2007-03-06 10:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-04 10:29 [PATCH] ARM: OMAP: Fix USB compilation for N800 defconfig Dirk Behme
2007-03-06 10:42 ` Tony Lindgren

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