summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c6410/mach-hmt.c
diff options
context:
space:
mode:
authorBen Dooks2009-11-23 01:13:39 +0100
committerBen Dooks2010-01-15 11:33:19 +0100
commitb813248c614b07642adbf1d7b577d0466003b339 (patch)
treefaee60145ecf086ad4fc7f4f5b28f252529f7da5 /arch/arm/mach-s3c6410/mach-hmt.c
parentARM: S5P6440: Add serial port support (diff)
downloadkernel-qcow2-linux-b813248c614b07642adbf1d7b577d0466003b339.tar.gz
kernel-qcow2-linux-b813248c614b07642adbf1d7b577d0466003b339.tar.xz
kernel-qcow2-linux-b813248c614b07642adbf1d7b577d0466003b339.zip
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/mach-hmt.c')
-rw-r--r--arch/arm/mach-s3c6410/mach-hmt.c2
1 files changed, 1 insertions, 1 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 = {
&s3c_device_i2c0,
&s3c_device_nand,
&s3c_device_fb,
- &s3c_device_usb,
+ &s3c_device_ohci,
&s3c_device_timer[1],
&hmt_backlight_device,
&hmt_leds_device,