diff options
Diffstat (limited to 'drivers/usb/gadget/u_ether.h')
-rw-r--r-- | drivers/usb/gadget/u_ether.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/gadget/u_ether.h b/drivers/usb/gadget/u_ether.h index 91b39ffdf6ea..fd55f450bc0e 100644 --- a/drivers/usb/gadget/u_ether.h +++ b/drivers/usb/gadget/u_ether.h | |||
@@ -112,7 +112,7 @@ int geth_bind_config(struct usb_configuration *c, u8 ethaddr[ETH_ALEN]); | |||
112 | int ecm_bind_config(struct usb_configuration *c, u8 ethaddr[ETH_ALEN]); | 112 | int ecm_bind_config(struct usb_configuration *c, u8 ethaddr[ETH_ALEN]); |
113 | int eem_bind_config(struct usb_configuration *c); | 113 | int eem_bind_config(struct usb_configuration *c); |
114 | 114 | ||
115 | #ifdef CONFIG_USB_ETH_RNDIS | 115 | #ifdef USB_ETH_RNDIS |
116 | 116 | ||
117 | int rndis_bind_config(struct usb_configuration *c, u8 ethaddr[ETH_ALEN]); | 117 | int rndis_bind_config(struct usb_configuration *c, u8 ethaddr[ETH_ALEN]); |
118 | 118 | ||