These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / arch / arm / plat-samsung / devs.c
index 83c7d15..8207462 100644 (file)
@@ -1042,11 +1042,11 @@ struct platform_device s3c_device_usb_hsotg = {
        },
 };
 
-void __init s3c_hsotg_set_platdata(struct s3c_hsotg_plat *pd)
+void __init dwc2_hsotg_set_platdata(struct dwc2_hsotg_plat *pd)
 {
-       struct s3c_hsotg_plat *npd;
+       struct dwc2_hsotg_plat *npd;
 
-       npd = s3c_set_platdata(pd, sizeof(struct s3c_hsotg_plat),
+       npd = s3c_set_platdata(pd, sizeof(struct dwc2_hsotg_plat),
                        &s3c_device_usb_hsotg);
 
        if (!npd->phy_init)