USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>

Move <linux/usb_gadget.h> to <linux/usb/gadget.h>, reducing
some of the clutter in the main include directory.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
David Brownell
2007-10-04 18:05:17 -07:00
committed by Greg Kroah-Hartman
parent 4d59d8a113
commit 9454a57ab5
21 changed files with 22 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
/*
* <linux/usb_gadget.h>
* <linux/usb/gadget.h>
*
* We call the USB code inside a Linux-based peripheral device a "gadget"
* driver, except for the hardware-specific bus glue. One USB host can