diff options
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/core/devio.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/usb/core/devio.c b/drivers/usb/core/devio.c index 927a181120a9..fe98796d2ff1 100644 --- a/drivers/usb/core/devio.c +++ b/drivers/usb/core/devio.c | |||
@@ -1576,6 +1576,7 @@ static unsigned int usbdev_poll(struct file *file, struct poll_table_struct *wai | |||
1576 | } | 1576 | } |
1577 | 1577 | ||
1578 | const struct file_operations usbdev_file_operations = { | 1578 | const struct file_operations usbdev_file_operations = { |
1579 | .owner = THIS_MODULE, | ||
1579 | .llseek = usbdev_lseek, | 1580 | .llseek = usbdev_lseek, |
1580 | .read = usbdev_read, | 1581 | .read = usbdev_read, |
1581 | .poll = usbdev_poll, | 1582 | .poll = usbdev_poll, |
@@ -1625,10 +1626,7 @@ static struct notifier_block usbdev_nb = { | |||
1625 | }; | 1626 | }; |
1626 | #endif | 1627 | #endif |
1627 | 1628 | ||
1628 | static struct cdev usb_device_cdev = { | 1629 | static struct cdev usb_device_cdev; |
1629 | .kobj = {.name = "usb_device", }, | ||
1630 | .owner = THIS_MODULE, | ||
1631 | }; | ||
1632 | 1630 | ||
1633 | int __init usb_devio_init(void) | 1631 | int __init usb_devio_init(void) |
1634 | { | 1632 | { |