diff options
author | David Brownell <david-b@pacbell.net> | 2007-10-04 21:05:17 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-10-12 17:55:31 -0400 |
commit | 9454a57ab5922e5cd25321cae9d1a8cbeb3e2e85 (patch) | |
tree | 373bba67d0393fbfb0950461509e243d602e4846 /drivers/usb/gadget/file_storage.c | |
parent | 4d59d8a11383ebf0e0260ee481a4e766959fd7d9 (diff) |
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>
Diffstat (limited to 'drivers/usb/gadget/file_storage.c')
-rw-r--r-- | drivers/usb/gadget/file_storage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/gadget/file_storage.c b/drivers/usb/gadget/file_storage.c index 0551140010ee..73726c570a6e 100644 --- a/drivers/usb/gadget/file_storage.c +++ b/drivers/usb/gadget/file_storage.c | |||
@@ -240,7 +240,7 @@ | |||
240 | #include <linux/utsname.h> | 240 | #include <linux/utsname.h> |
241 | 241 | ||
242 | #include <linux/usb/ch9.h> | 242 | #include <linux/usb/ch9.h> |
243 | #include <linux/usb_gadget.h> | 243 | #include <linux/usb/gadget.h> |
244 | 244 | ||
245 | #include "gadget_chips.h" | 245 | #include "gadget_chips.h" |
246 | 246 | ||