aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPaul Fertser <fercerpav@gmail.com>2009-04-08 00:51:35 +0400
committerNelson Castillo <arhuaco@freaks-unidos.net>2009-04-07 21:02:16 -0500
commit918bf45f92b69c642960b78a7c70a04d5bccb6c3 (patch)
tree663c4d16e5aba0913a4dc4a865c6753588ec5efc /arch
parenta11deea16ee98a3ee7a78eaab8f5cb014854b201 (diff)
Correct platform s3c-ohci device name, makes bluetooth work
Not sure what is the correct naming scheme and if MODULE_ALIAS in drivers/usb/host/ohci-s3c2410.c is needed at all (if yes, probably it should be modified too). Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/plat-s3c/dev-usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-s3c/dev-usb.c b/arch/arm/plat-s3c/dev-usb.c
index 2ee85abed6d..721ff18f438 100644
--- a/arch/arm/plat-s3c/dev-usb.c
+++ b/arch/arm/plat-s3c/dev-usb.c
@@ -37,7 +37,7 @@ static struct resource s3c_usb_resource[] = {
static u64 s3c_device_usb_dmamask = 0xffffffffUL;
struct platform_device s3c_device_usb = {
- .name = "s3c2410-ohci",
+ .name = "s3c-ohci",
.id = -1,
.num_resources = ARRAY_SIZE(s3c_usb_resource),
.resource = s3c_usb_resource,