diff options
Diffstat (limited to 'drivers/usb/usbip/vhci_hcd.c')
-rw-r--r-- | drivers/usb/usbip/vhci_hcd.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/usb/usbip/vhci_hcd.c b/drivers/usb/usbip/vhci_hcd.c index 2c4b2fd40406..11b9a22799cc 100644 --- a/drivers/usb/usbip/vhci_hcd.c +++ b/drivers/usb/usbip/vhci_hcd.c | |||
@@ -1274,7 +1274,7 @@ static int vhci_free_streams(struct usb_hcd *hcd, struct usb_device *udev, | |||
1274 | return 0; | 1274 | return 0; |
1275 | } | 1275 | } |
1276 | 1276 | ||
1277 | static struct hc_driver vhci_hc_driver = { | 1277 | static const struct hc_driver vhci_hc_driver = { |
1278 | .description = driver_name, | 1278 | .description = driver_name, |
1279 | .product_desc = driver_desc, | 1279 | .product_desc = driver_desc, |
1280 | .hcd_priv_size = sizeof(struct vhci_hcd), | 1280 | .hcd_priv_size = sizeof(struct vhci_hcd), |
@@ -1516,7 +1516,6 @@ static int __init vhci_hcd_init(void) | |||
1516 | } | 1516 | } |
1517 | } | 1517 | } |
1518 | 1518 | ||
1519 | pr_info(DRIVER_DESC " v" USBIP_VERSION "\n"); | ||
1520 | return ret; | 1519 | return ret; |
1521 | 1520 | ||
1522 | err_add_hcd: | 1521 | err_add_hcd: |
@@ -1542,4 +1541,3 @@ module_exit(vhci_hcd_exit); | |||
1542 | MODULE_AUTHOR(DRIVER_AUTHOR); | 1541 | MODULE_AUTHOR(DRIVER_AUTHOR); |
1543 | MODULE_DESCRIPTION(DRIVER_DESC); | 1542 | MODULE_DESCRIPTION(DRIVER_DESC); |
1544 | MODULE_LICENSE("GPL"); | 1543 | MODULE_LICENSE("GPL"); |
1545 | MODULE_VERSION(USBIP_VERSION); | ||