aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/usb/gadget/ether.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/gadget/ether.c b/drivers/usb/gadget/ether.c
index 30299c620d97..fed484da593c 100644
--- a/drivers/usb/gadget/ether.c
+++ b/drivers/usb/gadget/ether.c
@@ -262,7 +262,7 @@ MODULE_PARM_DESC(host_addr, "Host Ethernet Address");
262#define DEV_CONFIG_CDC 262#define DEV_CONFIG_CDC
263#endif 263#endif
264 264
265#ifdef CONFIG_USB_GADGET_MUSBHDRC 265#ifdef CONFIG_USB_GADGET_MUSB_HDRC
266#define DEV_CONFIG_CDC 266#define DEV_CONFIG_CDC
267#endif 267#endif
268 268
@@ -2564,7 +2564,7 @@ static struct usb_gadget_driver eth_driver = {
2564 2564
2565 .function = (char *) driver_desc, 2565 .function = (char *) driver_desc,
2566 .bind = eth_bind, 2566 .bind = eth_bind,
2567 .unbind = __exit_p(eth_unbind), 2567 .unbind = eth_unbind,
2568 2568
2569 .setup = eth_setup, 2569 .setup = eth_setup,
2570 .disconnect = eth_disconnect, 2570 .disconnect = eth_disconnect,