diff options
Diffstat (limited to 'arch/arm/mach-s3c2442/mach-gta02.c')
-rw-r--r-- | arch/arm/mach-s3c2442/mach-gta02.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c2442/mach-gta02.c b/arch/arm/mach-s3c2442/mach-gta02.c index 0b4a3a03071f..825800bf5506 100644 --- a/arch/arm/mach-s3c2442/mach-gta02.c +++ b/arch/arm/mach-s3c2442/mach-gta02.c | |||
@@ -565,7 +565,7 @@ static void __init gta02_map_io(void) | |||
565 | /* These are the guys that don't need to be children of PMU. */ | 565 | /* These are the guys that don't need to be children of PMU. */ |
566 | 566 | ||
567 | static struct platform_device *gta02_devices[] __initdata = { | 567 | static struct platform_device *gta02_devices[] __initdata = { |
568 | &s3c_device_usb, | 568 | &s3c_device_ohci, |
569 | &s3c_device_wdt, | 569 | &s3c_device_wdt, |
570 | &s3c_device_sdi, | 570 | &s3c_device_sdi, |
571 | &s3c_device_usbgadget, | 571 | &s3c_device_usbgadget, |
@@ -623,7 +623,7 @@ static void __init gta02_machine_init(void) | |||
623 | INIT_DELAYED_WORK(>a02_charger_work, gta02_charger_worker); | 623 | INIT_DELAYED_WORK(>a02_charger_work, gta02_charger_worker); |
624 | #endif | 624 | #endif |
625 | 625 | ||
626 | s3c_device_usb.dev.platform_data = >a02_usb_info; | 626 | s3c_device_ohci.dev.platform_data = >a02_usb_info; |
627 | 627 | ||
628 | s3c24xx_udc_set_platdata(>a02_udc_cfg); | 628 | s3c24xx_udc_set_platdata(>a02_udc_cfg); |
629 | s3c_nand_set_platdata(>a02_nand_info); | 629 | s3c_nand_set_platdata(>a02_nand_info); |