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-s3c2412/mach-jive.c | |
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-s3c2412/mach-jive.c')
-rw-r--r-- | arch/arm/mach-s3c2412/mach-jive.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2412/mach-jive.c b/arch/arm/mach-s3c2412/mach-jive.c index c9fa3fca486c..14f4798291aa 100644 --- a/arch/arm/mach-s3c2412/mach-jive.c +++ b/arch/arm/mach-s3c2412/mach-jive.c | |||
@@ -468,7 +468,7 @@ static struct i2c_board_info jive_i2c_devs[] __initdata = { | |||
468 | /* The platform devices being used. */ | 468 | /* The platform devices being used. */ |
469 | 469 | ||
470 | static struct platform_device *jive_devices[] __initdata = { | 470 | static struct platform_device *jive_devices[] __initdata = { |
471 | &s3c_device_usb, | 471 | &s3c_device_ohci, |
472 | &s3c_device_rtc, | 472 | &s3c_device_rtc, |
473 | &s3c_device_wdt, | 473 | &s3c_device_wdt, |
474 | &s3c_device_i2c0, | 474 | &s3c_device_i2c0, |