diff options
author | Ben Dooks <ben-linux@fluff.org> | 2009-11-22 19:13:39 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-01-15 05:33:19 -0500 |
commit | b813248c614b07642adbf1d7b577d0466003b339 (patch) | |
tree | faee60145ecf086ad4fc7f4f5b28f252529f7da5 /arch/arm/mach-s3c2442 | |
parent | 501dae90b3ae4dd3d8efdacfcb072c3d65eb5a33 (diff) |
ARM: S3C: Rename s3c_device_usb to s3c_device_ohci
Prepare for the forthcoming device changes by renaming s3c_device_usb to
s3c_device_ohci as this is what the device represents.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c2442')
-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); |