summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/omap_udc.c
diff options
context:
space:
mode:
authorDavid Brownell2006-12-17 00:34:53 +0100
committerGreg Kroah-Hartman2007-02-08 00:44:32 +0100
commit5f848137744106ee737f559454ce5adfceb38347 (patch)
tree373cead0ac3cd4c0cb5c2c8bb1fd65f2860d7b26 /drivers/usb/gadget/omap_udc.c
parentUSB: Fix EHCI warning (diff)
downloadkernel-qcow2-linux-5f848137744106ee737f559454ce5adfceb38347.tar.gz
kernel-qcow2-linux-5f848137744106ee737f559454ce5adfceb38347.tar.xz
kernel-qcow2-linux-5f848137744106ee737f559454ce5adfceb38347.zip
USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>
This moves <linux/usb_ch9.h> to <linux/usb/ch9.h> to reduce some of the clutter of usb header files. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/gadget/omap_udc.c')
-rw-r--r--drivers/usb/gadget/omap_udc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/gadget/omap_udc.c b/drivers/usb/gadget/omap_udc.c
index cdcfd42843d4..140104341db4 100644
--- a/drivers/usb/gadget/omap_udc.c
+++ b/drivers/usb/gadget/omap_udc.c
@@ -38,7 +38,7 @@
#include <linux/mm.h>
#include <linux/moduleparam.h>
#include <linux/platform_device.h>
-#include <linux/usb_ch9.h>
+#include <linux/usb/ch9.h>
#include <linux/usb_gadget.h>
#include <linux/usb/otg.h>
#include <linux/dma-mapping.h>