diff options
author | David Brownell <david-b@pacbell.net> | 2006-06-13 12:57:47 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-06-21 18:04:18 -0400 |
commit | a8c28f2389942bab376e39351d27525499630248 (patch) | |
tree | a1e8aaa3eefbf2730a06e7ca16084d8ad7c94d90 /drivers/usb/gadget | |
parent | 7e27f18c8a37ffb95f677e4e9c3cca818a3e9eb1 (diff) |
[PATCH] USB: move <linux/usb_cdc.h> to <linux/usb/cdc.h>
This moves <linux/usb_cdc.h> to <linux/usb/cdc.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')
-rw-r--r-- | drivers/usb/gadget/ether.c | 2 | ||||
-rw-r--r-- | drivers/usb/gadget/serial.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/gadget/ether.c b/drivers/usb/gadget/ether.c index fc4684096fcc..078daa026718 100644 --- a/drivers/usb/gadget/ether.c +++ b/drivers/usb/gadget/ether.c | |||
@@ -49,7 +49,7 @@ | |||
49 | #include <asm/unaligned.h> | 49 | #include <asm/unaligned.h> |
50 | 50 | ||
51 | #include <linux/usb_ch9.h> | 51 | #include <linux/usb_ch9.h> |
52 | #include <linux/usb_cdc.h> | 52 | #include <linux/usb/cdc.h> |
53 | #include <linux/usb_gadget.h> | 53 | #include <linux/usb_gadget.h> |
54 | 54 | ||
55 | #include <linux/random.h> | 55 | #include <linux/random.h> |
diff --git a/drivers/usb/gadget/serial.c b/drivers/usb/gadget/serial.c index e477edd681d3..9d6e1d295528 100644 --- a/drivers/usb/gadget/serial.c +++ b/drivers/usb/gadget/serial.c | |||
@@ -45,7 +45,7 @@ | |||
45 | #include <asm/uaccess.h> | 45 | #include <asm/uaccess.h> |
46 | 46 | ||
47 | #include <linux/usb_ch9.h> | 47 | #include <linux/usb_ch9.h> |
48 | #include <linux/usb_cdc.h> | 48 | #include <linux/usb/cdc.h> |
49 | #include <linux/usb_gadget.h> | 49 | #include <linux/usb_gadget.h> |
50 | 50 | ||
51 | #include "gadget_chips.h" | 51 | #include "gadget_chips.h" |