summaryrefslogtreecommitdiffstats
path: root/include/linux/usb
diff options
context:
space:
mode:
authorFelipe Balbi2014-10-18 01:57:06 +0200
committerFelipe Balbi2014-11-03 17:01:16 +0100
commit02e8c966274f1049cca8d3f17092f8275979b8eb (patch)
treeec469bf51aa13fe6a571e34bab3765a1f310ea76 /include/linux/usb
parentusb: gadget: remove unnecessary 'driver' argument (diff)
downloadkernel-qcow2-linux-02e8c966274f1049cca8d3f17092f8275979b8eb.tar.gz
kernel-qcow2-linux-02e8c966274f1049cca8d3f17092f8275979b8eb.tar.xz
kernel-qcow2-linux-02e8c966274f1049cca8d3f17092f8275979b8eb.zip
usb: gadget: udc: core: prepend udc_attach_driver with usb_
No functional changes, just adding a prefix which should have been there from the start. Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'include/linux/usb')
-rw-r--r--include/linux/usb/gadget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/usb/gadget.h b/include/linux/usb/gadget.h
index 70965fc829d3..70ddb3943b62 100644
--- a/include/linux/usb/gadget.h
+++ b/include/linux/usb/gadget.h
@@ -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);
/*-------------------------------------------------------------------------*/