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-s3c6410 | |
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-s3c6410')
-rw-r--r-- | arch/arm/mach-s3c6410/mach-hmt.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-s3c6410/mach-smdk6410.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c6410/mach-hmt.c b/arch/arm/mach-s3c6410/mach-hmt.c index cdd4b5378552..284886c26a28 100644 --- a/arch/arm/mach-s3c6410/mach-hmt.c +++ b/arch/arm/mach-s3c6410/mach-hmt.c | |||
@@ -233,7 +233,7 @@ static struct platform_device *hmt_devices[] __initdata = { | |||
233 | &s3c_device_i2c0, | 233 | &s3c_device_i2c0, |
234 | &s3c_device_nand, | 234 | &s3c_device_nand, |
235 | &s3c_device_fb, | 235 | &s3c_device_fb, |
236 | &s3c_device_usb, | 236 | &s3c_device_ohci, |
237 | &s3c_device_timer[1], | 237 | &s3c_device_timer[1], |
238 | &hmt_backlight_device, | 238 | &hmt_backlight_device, |
239 | &hmt_leds_device, | 239 | &hmt_leds_device, |
diff --git a/arch/arm/mach-s3c6410/mach-smdk6410.c b/arch/arm/mach-s3c6410/mach-smdk6410.c index 8969fe73b83f..e2811fca00a5 100644 --- a/arch/arm/mach-s3c6410/mach-smdk6410.c +++ b/arch/arm/mach-s3c6410/mach-smdk6410.c | |||
@@ -235,7 +235,7 @@ static struct platform_device *smdk6410_devices[] __initdata = { | |||
235 | &s3c_device_i2c0, | 235 | &s3c_device_i2c0, |
236 | &s3c_device_i2c1, | 236 | &s3c_device_i2c1, |
237 | &s3c_device_fb, | 237 | &s3c_device_fb, |
238 | &s3c_device_usb, | 238 | &s3c_device_ohci, |
239 | &s3c_device_usb_hsotg, | 239 | &s3c_device_usb_hsotg, |
240 | 240 | ||
241 | #ifdef CONFIG_REGULATOR | 241 | #ifdef CONFIG_REGULATOR |