aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/hyperv.h
diff options
context:
space:
mode:
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.