summaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-hyperv.c
diff options
context:
space:
mode:
authorOlaf Hering2013-05-29 11:29:07 +0200
committerGreg Kroah-Hartman2013-08-02 05:34:30 +0200
commitcfc25993e81f3fa68481d062be634d33184d5eae (patch)
tree659ced6211719358eccf0c47021b8b538d73434f /drivers/hid/hid-hyperv.c
parentMerge 3.11-rc3 into char-misc-next. (diff)
downloadkernel-qcow2-linux-cfc25993e81f3fa68481d062be634d33184d5eae.tar.gz
kernel-qcow2-linux-cfc25993e81f3fa68481d062be634d33184d5eae.tar.xz
kernel-qcow2-linux-cfc25993e81f3fa68481d062be634d33184d5eae.zip
Drivers: hv: remove HV_DRV_VERSION
Remove HV_DRV_VERSION, it has no meaning for upstream drivers. Initially it was supposed to show the "Linux Integration Services" version, now it is not in sync anymore with the out-of-tree drivers available from the MSFT website. The only place where a version string is still required is the KVP command "IntegrationServicesVersion" which is handled by tools/hv/hv_kvp_daemon.c. To satisfy such KVP request from the host pass the current string to the daemon during KVP userland registration. Signed-off-by: Olaf Hering <olaf@aepfle.de> Acked-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/hid/hid-hyperv.c')
-rw-r--r--drivers/hid/hid-hyperv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hid/hid-hyperv.c b/drivers/hid/hid-hyperv.c
index 713217380b44..8fae6d1414cc 100644
--- a/drivers/hid/hid-hyperv.c
+++ b/drivers/hid/hid-hyperv.c
@@ -590,6 +590,5 @@ static void __exit mousevsc_exit(void)
}
MODULE_LICENSE("GPL");
-MODULE_VERSION(HV_DRV_VERSION);
module_init(mousevsc_init);
module_exit(mousevsc_exit);