diff options
Diffstat (limited to 'drivers/usb/serial/usb-serial.c')
-rw-r--r-- | drivers/usb/serial/usb-serial.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/serial/usb-serial.c b/drivers/usb/serial/usb-serial.c index 2ac37b52485a..12aaf18ff9ea 100644 --- a/drivers/usb/serial/usb-serial.c +++ b/drivers/usb/serial/usb-serial.c | |||
@@ -42,7 +42,6 @@ | |||
42 | 42 | ||
43 | /* Driver structure we register with the USB core */ | 43 | /* Driver structure we register with the USB core */ |
44 | static struct usb_driver usb_serial_driver = { | 44 | static struct usb_driver usb_serial_driver = { |
45 | .owner = THIS_MODULE, | ||
46 | .name = "usbserial", | 45 | .name = "usbserial", |
47 | .probe = usb_serial_probe, | 46 | .probe = usb_serial_probe, |
48 | .disconnect = usb_serial_disconnect, | 47 | .disconnect = usb_serial_disconnect, |