summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-samsung
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2015-08-06 19:11:54 -0400
committerFelipe Balbi <balbi@ti.com>2015-09-27 11:54:31 -0400
commit1f91b4cc03556ba0d43ac80621dac8263cda3880 (patch)
tree93492018562be508549cd97f5398e05affbe906a /arch/arm/plat-samsung
parentdb2be4e9e30c6e43e48c5749d3fc74cee0a6bbb3 (diff)
usb: dwc2: rename all s3c_* to dwc2_*
this driver has long ago became dwc2.ko with both peripheral and host roles, there's no point in keeping the old function names. Acked-by: John Youn <johnyoun@synopsys.com> Tested-by: John Youn <johnyoun@synopsys.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'arch/arm/plat-samsung')
-rw-r--r--arch/arm/plat-samsung/devs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/plat-samsung/devs.c b/arch/arm/plat-samsung/devs.c
index 83c7d154bde0..82074625de5c 100644
--- a/arch/arm/plat-samsung/devs.c
+++ b/arch/arm/plat-samsung/devs.c
@@ -1042,11 +1042,11 @@ struct platform_device s3c_device_usb_hsotg = {
1042 }, 1042 },
1043}; 1043};
1044 1044
1045void __init s3c_hsotg_set_platdata(struct s3c_hsotg_plat *pd) 1045void __init dwc2_hsotg_set_platdata(struct dwc2_hsotg_plat *pd)
1046{ 1046{
1047 struct s3c_hsotg_plat *npd; 1047 struct dwc2_hsotg_plat *npd;
1048 1048
1049 npd = s3c_set_platdata(pd, sizeof(struct s3c_hsotg_plat), 1049 npd = s3c_set_platdata(pd, sizeof(struct dwc2_hsotg_plat),
1050 &s3c_device_usb_hsotg); 1050 &s3c_device_usb_hsotg);
1051 1051
1052 if (!npd->phy_init) 1052 if (!npd->phy_init)