diff options
Diffstat (limited to 'drivers/hv/hv_kvp.c')
-rw-r--r-- | drivers/hv/hv_kvp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hv/hv_kvp.c b/drivers/hv/hv_kvp.c index 53127209a404..28b03325b872 100644 --- a/drivers/hv/hv_kvp.c +++ b/drivers/hv/hv_kvp.c | |||
@@ -86,7 +86,9 @@ static u8 *recv_buffer; | |||
86 | /* | 86 | /* |
87 | * Register the kernel component with the user-level daemon. | 87 | * Register the kernel component with the user-level daemon. |
88 | * As part of this registration, pass the LIC version number. | 88 | * As part of this registration, pass the LIC version number. |
89 | * This number has no meaning, it satisfies the registration protocol. | ||
89 | */ | 90 | */ |
91 | #define HV_DRV_VERSION "3.1" | ||
90 | 92 | ||
91 | static void | 93 | static void |
92 | kvp_register(int reg_value) | 94 | kvp_register(int reg_value) |