usb: s3c-otg: Rename s3c_udc_probe() function
[platform/kernel/u-boot.git] / board / samsung / odroid / odroid.c
index 58cbb72..a3ee159 100644 (file)
@@ -510,6 +510,6 @@ int board_usb_init(int index, enum usb_init_type init)
        }
 #endif
        debug("USB_udc_probe\n");
-       return s3c_udc_probe(&s5pc210_otg_data);
+       return dwc2_udc_probe(&s5pc210_otg_data);
 }
 #endif