diff options
Diffstat (limited to 'drivers/usb/usbip/stub_main.c')
-rw-r--r-- | drivers/usb/usbip/stub_main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/usbip/stub_main.c b/drivers/usb/usbip/stub_main.c index 660180a5d5c4..7170404e8979 100644 --- a/drivers/usb/usbip/stub_main.c +++ b/drivers/usb/usbip/stub_main.c | |||
@@ -302,7 +302,6 @@ static int __init usbip_host_init(void) | |||
302 | goto err_create_file; | 302 | goto err_create_file; |
303 | } | 303 | } |
304 | 304 | ||
305 | pr_info(DRIVER_DESC " v" USBIP_VERSION "\n"); | ||
306 | return ret; | 305 | return ret; |
307 | 306 | ||
308 | err_create_file: | 307 | err_create_file: |
@@ -335,4 +334,3 @@ module_exit(usbip_host_exit); | |||
335 | MODULE_AUTHOR(DRIVER_AUTHOR); | 334 | MODULE_AUTHOR(DRIVER_AUTHOR); |
336 | MODULE_DESCRIPTION(DRIVER_DESC); | 335 | MODULE_DESCRIPTION(DRIVER_DESC); |
337 | MODULE_LICENSE("GPL"); | 336 | MODULE_LICENSE("GPL"); |
338 | MODULE_VERSION(USBIP_VERSION); | ||