diff options
-rw-r--r-- | drivers/usb/core/devio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/core/devio.c b/drivers/usb/core/devio.c index 11635537c052..4b0448c26810 100644 --- a/drivers/usb/core/devio.c +++ b/drivers/usb/core/devio.c | |||
@@ -2408,7 +2408,7 @@ static int usbdev_notify(struct notifier_block *self, | |||
2408 | } | 2408 | } |
2409 | 2409 | ||
2410 | static struct notifier_block usbdev_nb = { | 2410 | static struct notifier_block usbdev_nb = { |
2411 | .notifier_call = usbdev_notify, | 2411 | .notifier_call = usbdev_notify, |
2412 | }; | 2412 | }; |
2413 | 2413 | ||
2414 | static struct cdev usb_device_cdev; | 2414 | static struct cdev usb_device_cdev; |