diff options
author | Felipe Balbi <balbi@ti.com> | 2015-08-06 19:11:54 -0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2015-09-27 11:54:31 -0400 |
commit | 1f91b4cc03556ba0d43ac80621dac8263cda3880 (patch) | |
tree | 93492018562be508549cd97f5398e05affbe906a /arch/arm/mach-s3c64xx/mach-crag6410.c | |
parent | db2be4e9e30c6e43e48c5749d3fc74cee0a6bbb3 (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/mach-s3c64xx/mach-crag6410.c')
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-crag6410.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-crag6410.c b/arch/arm/mach-s3c64xx/mach-crag6410.c index 65c426bc45f7..14bd9ae3f476 100644 --- a/arch/arm/mach-s3c64xx/mach-crag6410.c +++ b/arch/arm/mach-s3c64xx/mach-crag6410.c | |||
@@ -809,7 +809,7 @@ static const struct gpio_led_platform_data gpio_leds_pdata = { | |||
809 | .num_leds = ARRAY_SIZE(gpio_leds), | 809 | .num_leds = ARRAY_SIZE(gpio_leds), |
810 | }; | 810 | }; |
811 | 811 | ||
812 | static struct s3c_hsotg_plat crag6410_hsotg_pdata; | 812 | static struct dwc2_hsotg_plat crag6410_hsotg_pdata; |
813 | 813 | ||
814 | static void __init crag6410_machine_init(void) | 814 | static void __init crag6410_machine_init(void) |
815 | { | 815 | { |
@@ -835,7 +835,7 @@ static void __init crag6410_machine_init(void) | |||
835 | s3c_i2c0_set_platdata(&i2c0_pdata); | 835 | s3c_i2c0_set_platdata(&i2c0_pdata); |
836 | s3c_i2c1_set_platdata(&i2c1_pdata); | 836 | s3c_i2c1_set_platdata(&i2c1_pdata); |
837 | s3c_fb_set_platdata(&crag6410_lcd_pdata); | 837 | s3c_fb_set_platdata(&crag6410_lcd_pdata); |
838 | s3c_hsotg_set_platdata(&crag6410_hsotg_pdata); | 838 | dwc2_hsotg_set_platdata(&crag6410_hsotg_pdata); |
839 | 839 | ||
840 | i2c_register_board_info(0, i2c_devs0, ARRAY_SIZE(i2c_devs0)); | 840 | i2c_register_board_info(0, i2c_devs0, ARRAY_SIZE(i2c_devs0)); |
841 | i2c_register_board_info(1, i2c_devs1, ARRAY_SIZE(i2c_devs1)); | 841 | i2c_register_board_info(1, i2c_devs1, ARRAY_SIZE(i2c_devs1)); |