]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/usb/gadget.h
usb: gadget: udc: core: prepend udc_attach_driver with usb_
[karo-tx-linux.git] / include / linux / usb / gadget.h
index 70965fc829d3d4d8a847f703bdf64e23ff5f6287..70ddb3943b62c3ae3e55a0438ce076db53c7e27f 100644 (file)
@@ -924,7 +924,7 @@ extern int usb_add_gadget_udc_release(struct device *parent,
                struct usb_gadget *gadget, void (*release)(struct device *dev));
 extern int usb_add_gadget_udc(struct device *parent, struct usb_gadget *gadget);
 extern void usb_del_gadget_udc(struct usb_gadget *gadget);
-extern int udc_attach_driver(const char *name,
+extern int usb_udc_attach_driver(const char *name,
                struct usb_gadget_driver *driver);
 
 /*-------------------------------------------------------------------------*/