diff options
Diffstat (limited to 'include/linux/usb/usbnet.h')
-rw-r--r-- | include/linux/usb/usbnet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/usb/usbnet.h b/include/linux/usb/usbnet.h index 7dffa5624ea6..97116379db5f 100644 --- a/include/linux/usb/usbnet.h +++ b/include/linux/usb/usbnet.h | |||
@@ -206,6 +206,7 @@ struct cdc_state { | |||
206 | }; | 206 | }; |
207 | 207 | ||
208 | extern int usbnet_generic_cdc_bind(struct usbnet *, struct usb_interface *); | 208 | extern int usbnet_generic_cdc_bind(struct usbnet *, struct usb_interface *); |
209 | extern int usbnet_ether_cdc_bind(struct usbnet *dev, struct usb_interface *intf); | ||
209 | extern int usbnet_cdc_bind(struct usbnet *, struct usb_interface *); | 210 | extern int usbnet_cdc_bind(struct usbnet *, struct usb_interface *); |
210 | extern void usbnet_cdc_unbind(struct usbnet *, struct usb_interface *); | 211 | extern void usbnet_cdc_unbind(struct usbnet *, struct usb_interface *); |
211 | extern void usbnet_cdc_status(struct usbnet *, struct urb *); | 212 | extern void usbnet_cdc_status(struct usbnet *, struct urb *); |