Commit bfb2c965 authored by Tony Lindgren's avatar Tony Lindgren Committed by Greg Kroah-Hartman

USB: Allow compile in g_ether, fix typo

Allows compiling g_ether in and fixes a typo with MUSB_HDRC
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
Cc: David Brownell <david-b@pacbell.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent b2bbb20b
...@@ -262,7 +262,7 @@ MODULE_PARM_DESC(host_addr, "Host Ethernet Address"); ...@@ -262,7 +262,7 @@ MODULE_PARM_DESC(host_addr, "Host Ethernet Address");
#define DEV_CONFIG_CDC #define DEV_CONFIG_CDC
#endif #endif
#ifdef CONFIG_USB_GADGET_MUSBHDRC #ifdef CONFIG_USB_GADGET_MUSB_HDRC
#define DEV_CONFIG_CDC #define DEV_CONFIG_CDC
#endif #endif
...@@ -2564,7 +2564,7 @@ static struct usb_gadget_driver eth_driver = { ...@@ -2564,7 +2564,7 @@ static struct usb_gadget_driver eth_driver = {
.function = (char *) driver_desc, .function = (char *) driver_desc,
.bind = eth_bind, .bind = eth_bind,
.unbind = __exit_p(eth_unbind), .unbind = eth_unbind,
.setup = eth_setup, .setup = eth_setup,
.disconnect = eth_disconnect, .disconnect = eth_disconnect,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment