aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/hyperv
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/hyperv')
-rw-r--r--drivers/net/hyperv/netvsc_drv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/hyperv/netvsc_drv.c b/drivers/net/hyperv/netvsc_drv.c
index 23a0fff0df52..524f713f6017 100644
--- a/drivers/net/hyperv/netvsc_drv.c
+++ b/drivers/net/hyperv/netvsc_drv.c
@@ -306,7 +306,6 @@ static void netvsc_get_drvinfo(struct net_device *net,
306 struct ethtool_drvinfo *info) 306 struct ethtool_drvinfo *info)
307{ 307{
308 strlcpy(info->driver, KBUILD_MODNAME, sizeof(info->driver)); 308 strlcpy(info->driver, KBUILD_MODNAME, sizeof(info->driver));
309 strlcpy(info->version, HV_DRV_VERSION, sizeof(info->version));
310 strlcpy(info->fw_version, "N/A", sizeof(info->fw_version)); 309 strlcpy(info->fw_version, "N/A", sizeof(info->fw_version));
311} 310}
312 311
@@ -529,7 +528,6 @@ static int __init netvsc_drv_init(void)
529} 528}
530 529
531MODULE_LICENSE("GPL"); 530MODULE_LICENSE("GPL");
532MODULE_VERSION(HV_DRV_VERSION);
533MODULE_DESCRIPTION("Microsoft Hyper-V network driver"); 531MODULE_DESCRIPTION("Microsoft Hyper-V network driver");
534 532
535module_init(netvsc_drv_init); 533module_init(netvsc_drv_init);