summaryrefslogtreecommitdiff
path: root/drivers/hv
diff options
context:
space:
mode:
authorK. Y. Srinivasan <kys@microsoft.com>2012-01-27 23:55:57 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-02-02 23:30:47 (GMT)
commit4f03a2c934894f30a64d397df8c7c4de129c5b30 (patch)
tree7bb0f54b6ba31aaec90e1703d0d5485977f72dbc /drivers/hv
parentbd1d462e13b278fc57752d0b9b15040e60e561a0 (diff)
downloadlinux-4f03a2c934894f30a64d397df8c7c4de129c5b30.tar.xz
drivers: hv: kvp: Add/cleanup connector defines
The current KVP code carries some private connector related defines. Update connector.h to have all the KVP defines. As part of this patch get rid of some unused defines. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/hv')
-rw-r--r--drivers/hv/hv_kvp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/hv/hv_kvp.h b/drivers/hv/hv_kvp.h
index 9b765d7..c2c5bba 100644
--- a/drivers/hv/hv_kvp.h
+++ b/drivers/hv/hv_kvp.h
@@ -107,9 +107,6 @@
* the KVP user-mode component.
*/
-#define CN_KVP_VAL 0x1 /* This supports queries from the kernel */
-#define CN_KVP_USER_VAL 0x2 /* This supports queries from the user */
-
enum hv_ku_op {
KVP_REGISTER = 0, /* Register the user mode component */
KVP_KERNEL_GET, /* Kernel is requesting the value */