diff options
author | K. Y. Srinivasan <kys@microsoft.com> | 2012-01-27 15:55:58 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-02-02 15:30:47 -0800 |
commit | 2939437ce8f2de07237eb2bcce29b6a699bfe799 (patch) | |
tree | 332fcfba624a5f9661eb456c9ae65d28829b2edd /drivers/hv/hv_kvp.c | |
parent | 4f03a2c934894f30a64d397df8c7c4de129c5b30 (diff) | |
download | linux-2939437ce8f2de07237eb2bcce29b6a699bfe799.tar.bz2 |
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" - /* |