aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/hyperv.h
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 /include/linux/hyperv.h
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 'include/linux/hyperv.h')
-rw-r--r--include/linux/hyperv.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h
index 49949079cf47..a3b8b2e2d244 100644
--- a/include/linux/hyperv.h
+++ b/include/linux/hyperv.h
@@ -463,27 +463,6 @@ hv_get_ringbuffer_availbytes(struct hv_ring_buffer_info *rbi,
463 *read = dsize - *write; 463 *read = dsize - *write;
464} 464}
465 465
466
467/*
468 * We use the same version numbering for all Hyper-V modules.
469 *
470 * Definition of versioning is as follows;
471 *
472 * Major Number Changes for these scenarios;
473 * 1. When a new version of Windows Hyper-V
474 * is released.
475 * 2. A Major change has occurred in the
476 * Linux IC's.
477 * (For example the merge for the first time
478 * into the kernel) Every time the Major Number
479 * changes, the Revision number is reset to 0.
480 * Minor Number Changes when new functionality is added
481 * to the Linux IC's that is not a bug fix.
482 *
483 * 3.1 - Added completed hv_utils driver. Shutdown/Heartbeat/Timesync
484 */
485#define HV_DRV_VERSION "3.1"
486
487/* 466/*
488 * VMBUS version is 32 bit entity broken up into 467 * VMBUS version is 32 bit entity broken up into
489 * two 16 bit quantities: major_number. minor_number. 468 * two 16 bit quantities: major_number. minor_number.