diff options
author | K. Y. Srinivasan <kys@microsoft.com> | 2012-01-28 00:55:58 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-02-03 00:30:47 +0100 |
commit | 2939437ce8f2de07237eb2bcce29b6a699bfe799 (patch) | |
tree | 332fcfba624a5f9661eb456c9ae65d28829b2edd /drivers/hv/hv_kvp.c | |
parent | drivers: hv: kvp: Add/cleanup connector defines (diff) | |
download | linux-2939437ce8f2de07237eb2bcce29b6a699bfe799.tar.xz linux-2939437ce8f2de07237eb2bcce29b6a699bfe799.zip |
drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h
In preparation for consolidating all KVP related defines into a single header file
that both the kernel and user level components can use, move the contents of
hv_kvp.h into hyperv.h.
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/hv_kvp.c')
-rw-r--r-- | drivers/hv/hv_kvp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/hv/hv_kvp.c b/drivers/hv/hv_kvp.c index 0e8343f585bb..4a6971e13539 100644 --- a/drivers/hv/hv_kvp.c +++ b/drivers/hv/hv_kvp.c @@ -28,8 +28,6 @@ #include <linux/workqueue.h> #include <linux/hyperv.h> -#include "hv_kvp.h" - /* |