This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / usb / serial / bus.c
index 2f612c2..3cabbbb 100644 (file)
@@ -120,7 +120,6 @@ int usb_serial_bus_register(struct usb_serial_device_type *device)
        device->driver.bus = &usb_serial_bus_type;
        device->driver.probe = usb_serial_device_probe;
        device->driver.remove = usb_serial_device_remove;
-       device->driver.owner = device->owner;
 
        retval = driver_register(&device->driver);