aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hv/hv_balloon.c
diff options
context:
space:
mode:
authorOlaf Hering <olaf@aepfle.de>2013-05-29 05:29:07 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-01 23:34:30 -0400
commitcfc25993e81f3fa68481d062be634d33184d5eae (patch)
tree659ced6211719358eccf0c47021b8b538d73434f /drivers/hv/hv_balloon.c
parent9c5891bd4342349a200676d33f742dd1b864822c (diff)
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/hv/hv_balloon.c')
-rw-r--r--drivers/hv/hv_balloon.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hv/hv_balloon.c b/drivers/hv/hv_balloon.c
index 2d094cfdb1e0..7e17a5495e02 100644
--- a/drivers/hv/hv_balloon.c
+++ b/drivers/hv/hv_balloon.c
@@ -1526,5 +1526,4 @@ static int __init init_balloon_drv(void)
1526module_init(init_balloon_drv); 1526module_init(init_balloon_drv);
1527 1527
1528MODULE_DESCRIPTION("Hyper-V Balloon"); 1528MODULE_DESCRIPTION("Hyper-V Balloon");
1529MODULE_VERSION(HV_DRV_VERSION);
1530MODULE_LICENSE("GPL"); 1529MODULE_LICENSE("GPL");