diff options
Diffstat (limited to 'arch/arm/mach-s3c64xx/mach-smartq.c')
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-smartq.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-smartq.c b/arch/arm/mach-s3c64xx/mach-smartq.c index b3d13537a7f0..719843dca510 100644 --- a/arch/arm/mach-s3c64xx/mach-smartq.c +++ b/arch/arm/mach-s3c64xx/mach-smartq.c | |||
@@ -189,7 +189,7 @@ static struct s3c_hwmon_pdata smartq_hwmon_pdata __initdata = { | |||
189 | }, | 189 | }, |
190 | }; | 190 | }; |
191 | 191 | ||
192 | static struct s3c_hsotg_plat smartq_hsotg_pdata; | 192 | static struct dwc2_hsotg_plat smartq_hsotg_pdata; |
193 | 193 | ||
194 | static int __init smartq_lcd_setup_gpio(void) | 194 | static int __init smartq_lcd_setup_gpio(void) |
195 | { | 195 | { |
@@ -382,7 +382,7 @@ void __init smartq_map_io(void) | |||
382 | void __init smartq_machine_init(void) | 382 | void __init smartq_machine_init(void) |
383 | { | 383 | { |
384 | s3c_i2c0_set_platdata(NULL); | 384 | s3c_i2c0_set_platdata(NULL); |
385 | s3c_hsotg_set_platdata(&smartq_hsotg_pdata); | 385 | dwc2_hsotg_set_platdata(&smartq_hsotg_pdata); |
386 | s3c_hwmon_set_platdata(&smartq_hwmon_pdata); | 386 | s3c_hwmon_set_platdata(&smartq_hwmon_pdata); |
387 | s3c_sdhci1_set_platdata(&smartq_internal_hsmmc_pdata); | 387 | s3c_sdhci1_set_platdata(&smartq_internal_hsmmc_pdata); |
388 | s3c_sdhci2_set_platdata(&smartq_internal_hsmmc_pdata); | 388 | s3c_sdhci2_set_platdata(&smartq_internal_hsmmc_pdata); |