usb: s3c-otg: Rename s3c_udc_probe() function
[platform/kernel/u-boot.git] / board / samsung / goni / goni.c
index 2ba556e..2725a46 100644 (file)
@@ -193,7 +193,7 @@ struct dwc2_plat_otg_data s5pc110_otg_data = {
 int board_usb_init(int index, enum usb_init_type init)
 {
        debug("USB_udc_probe\n");
-       return s3c_udc_probe(&s5pc110_otg_data);
+       return dwc2_udc_probe(&s5pc110_otg_data);
 }
 #endif