Commit ffafcaaf authored by Ben Dooks's avatar Ben Dooks Committed by Russell King

[ARM PATCH] 2091/1: S3C2410 - change id of s3c2410-ohci

Patch from Ben Dooks

Fix missed ID change on s3c2410-usb

Signed-off-by: Ben DOoks 
parent 604d696a
...@@ -53,7 +53,7 @@ static u64 s3c_device_usb_dmamask = 0xffffffffUL; ...@@ -53,7 +53,7 @@ static u64 s3c_device_usb_dmamask = 0xffffffffUL;
struct platform_device s3c_device_usb = { struct platform_device s3c_device_usb = {
.name = "s3c2410-ohci", .name = "s3c2410-ohci",
.id = 0, .id = -1,
.num_resources = ARRAY_SIZE(s3c_usb_resource), .num_resources = ARRAY_SIZE(s3c_usb_resource),
.resource = s3c_usb_resource, .resource = s3c_usb_resource,
.dev = { .dev = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment