usb: s3c-otg: Rename s3c_udc_probe() function
[platform/kernel/u-boot.git] / drivers / usb / gadget / dwc2_udc_otg.c
index 2e2dfe1..ad9ed33 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;