]> git.sur5r.net Git - u-boot/blobdiff - drivers/usb/gadget/dwc2_udc_otg.c
usb: s3c-otg: Rename s3c_udc_probe() function
[u-boot] / drivers / usb / gadget / dwc2_udc_otg.c
index 2e2dfe121ab30de86bb55da29cb4054902bf6634..ad9ed33a655e02eb3cccdef871651cde6fa12667 100644 (file)
@@ -797,7 +797,7 @@ static struct dwc2_udc memory = {
  *     probe - binds to the platform device
  */
 
-int s3c_udc_probe(struct dwc2_plat_otg_data *pdata)
+int dwc2_udc_probe(struct dwc2_plat_otg_data *pdata)
 {
        struct dwc2_udc *dev = &memory;
        int retval = 0;