diff options
-rw-r--r-- | drivers/usb/host/hc_crisv10.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/hc_crisv10.c b/drivers/usb/host/hc_crisv10.c index 4b12be822bd4..376f8a034f65 100644 --- a/drivers/usb/host/hc_crisv10.c +++ b/drivers/usb/host/hc_crisv10.c | |||
@@ -4396,6 +4396,7 @@ static int __init etrax_usb_hc_init(void) | |||
4396 | device_initialize(&fake_device); | 4396 | device_initialize(&fake_device); |
4397 | kobject_set_name(&fake_device.kobj, "etrax_usb"); | 4397 | kobject_set_name(&fake_device.kobj, "etrax_usb"); |
4398 | kobject_add(&fake_device.kobj); | 4398 | kobject_add(&fake_device.kobj); |
4399 | kobject_hotplug(&fake_device.kobj, KOBJ_ADD); | ||
4399 | hc->bus->controller = &fake_device; | 4400 | hc->bus->controller = &fake_device; |
4400 | usb_register_bus(hc->bus); | 4401 | usb_register_bus(hc->bus); |
4401 | 4402 | ||