aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/ChannelMgmt.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-07-13 17:09:34 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 12:01:44 -0700
commit09d50ff8a233a39e8697e776b06cf5be2de48bb1 (patch)
tree2c46d9fc92516c29cca36e5866ee4995e1bd44f1 /drivers/staging/hv/ChannelMgmt.h
parentStaging: hv: add a TODO file (diff)
downloadlinux-dev-09d50ff8a233a39e8697e776b06cf5be2de48bb1.tar.xz
linux-dev-09d50ff8a233a39e8697e776b06cf5be2de48bb1.zip
Staging: hv: make the Hyper-V virtual bus code build
The #define KERNEL_2_6_27 needs to be set, and I adjusted the include directories a bit to get things to build properly. I also fixed up the direct access of bus_id, as that field is now gone. The hv_vmbus code should now build properly, with no errors. Cc: Hank Janssen <hjanssen@microsoft.com> Cc: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/hv/ChannelMgmt.h')
-rw-r--r--drivers/staging/hv/ChannelMgmt.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/staging/hv/ChannelMgmt.h b/drivers/staging/hv/ChannelMgmt.h
index d5ba5d135949..a8223d0d2456 100644
--- a/drivers/staging/hv/ChannelMgmt.h
+++ b/drivers/staging/hv/ChannelMgmt.h
@@ -25,12 +25,12 @@
#ifndef _CHANNEL_MGMT_H_
#define _CHANNEL_MGMT_H_
-#include "osd.h"
-#include "List.h"
+#include "include/osd.h"
+#include "include/List.h"
#include "RingBuffer.h"
-#include "VmbusChannelInterface.h"
-#include "ChannelMessages.h"
+#include "include/VmbusChannelInterface.h"
+#include "include/ChannelMessages.h"