]> asedeno.scripts.mit.edu Git - linux.git/commit
Drivers: hv: remove HV_DRV_VERSION
authorOlaf Hering <olaf@aepfle.de>
Wed, 29 May 2013 09:29:07 +0000 (11:29 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 2 Aug 2013 03:34:30 +0000 (11:34 +0800)
commitcfc25993e81f3fa68481d062be634d33184d5eae
tree659ced6211719358eccf0c47021b8b538d73434f
parent9c5891bd4342349a200676d33f742dd1b864822c
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>
drivers/hid/hid-hyperv.c
drivers/hv/hv_balloon.c
drivers/hv/hv_kvp.c
drivers/hv/hv_util.c
drivers/hv/vmbus_drv.c
drivers/net/hyperv/netvsc_drv.c
drivers/scsi/storvsc_drv.c
drivers/video/hyperv_fb.c
include/linux/hyperv.h