aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-samsung/dev-usb.c
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2009-11-22 19:13:39 -0500
committerBen Dooks <ben-linux@fluff.org>2010-01-15 05:33:19 -0500
commitb813248c614b07642adbf1d7b577d0466003b339 (patch)
treefaee60145ecf086ad4fc7f4f5b28f252529f7da5 /arch/arm/plat-samsung/dev-usb.c
parent501dae90b3ae4dd3d8efdacfcb072c3d65eb5a33 (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/plat-samsung/dev-usb.c')
-rw-r--r--arch/arm/plat-samsung/dev-usb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/plat-samsung/dev-usb.c b/arch/arm/plat-samsung/dev-usb.c
index 2ee85abed6d9..431ae5dfd3fb 100644
--- a/arch/arm/plat-samsung/dev-usb.c
+++ b/arch/arm/plat-samsung/dev-usb.c
@@ -36,7 +36,7 @@ static struct resource s3c_usb_resource[] = {
36 36
37static u64 s3c_device_usb_dmamask = 0xffffffffUL; 37static u64 s3c_device_usb_dmamask = 0xffffffffUL;
38 38
39struct platform_device s3c_device_usb = { 39struct platform_device s3c_device_ohci = {
40 .name = "s3c2410-ohci", 40 .name = "s3c2410-ohci",
41 .id = -1, 41 .id = -1,
42 .num_resources = ARRAY_SIZE(s3c_usb_resource), 42 .num_resources = ARRAY_SIZE(s3c_usb_resource),
@@ -47,4 +47,4 @@ struct platform_device s3c_device_usb = {
47 } 47 }
48}; 48};
49 49
50EXPORT_SYMBOL(s3c_device_usb); 50EXPORT_SYMBOL(s3c_device_ohci);