diff options
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" |