summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/channel.c
diff options
context:
space:
mode:
authorK. Y. Srinivasan <kys@microsoft.com>2011-05-12 19:34:32 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2011-05-17 12:27:04 -0700
commit89b2ca478126040d39a7a5fc39c0b32d2444f9e4 (patch)
tree2683b7fe3bb879ea096ac75f3e2a0088ce2c90ce /drivers/staging/hv/channel.c
parent940655c1032b7ffcb31da1e42a9432f5bcee8653 (diff)
downloadlinux-stable-89b2ca478126040d39a7a5fc39c0b32d2444f9e4.tar.gz
linux-stable-89b2ca478126040d39a7a5fc39c0b32d2444f9e4.tar.bz2
linux-stable-89b2ca478126040d39a7a5fc39c0b32d2444f9e4.zip
Staging: hv: vmbus_drv: Move the contents of vmbus_private.h to vmbus_hyperv.h
Move the contents of vmbus_private.h to vmbus_hyperv.h. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Abhishek Kane <v-abkane@microsoft.com> Signed-off-by: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/hv/channel.c')
-rw-r--r--drivers/staging/hv/channel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/hv/channel.c b/drivers/staging/hv/channel.c
index fb7ace679362..f655e59a9a8f 100644
--- a/drivers/staging/hv/channel.c
+++ b/drivers/staging/hv/channel.c
@@ -29,7 +29,6 @@
#include "hyperv.h"
#include "hyperv_vmbus.h"
-#include "vmbus_private.h"
#define NUM_PAGES_SPANNED(addr, len) \
((PAGE_ALIGN(addr + len) >> PAGE_SHIFT) - (addr >> PAGE_SHIFT))