summaryrefslogtreecommitdiff
path: root/drivers/staging/hv/BlkVsc.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-07-14 17:24:38 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 19:01:45 (GMT)
commit0fce4c2f491cc1a579cac28b67208600cfff6d38 (patch)
tree45e7b28a1dc900e9d96e8416304bcd1f60619030 /drivers/staging/hv/BlkVsc.c
parent0883c52bb245cb2be20546babcd54121e7ff17e2 (diff)
downloadlinux-fsl-qoriq-0fce4c2f491cc1a579cac28b67208600cfff6d38.tar.xz
Staging: hv: make the Hyper-V virtual block driver 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. Lots of block api changes were needed, and I don't think I got it all correct. It would be great of someone who knows the block api better could review it. The hv_blkvsc code should now build, 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/BlkVsc.c')
-rw-r--r--drivers/staging/hv/BlkVsc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/hv/BlkVsc.c b/drivers/staging/hv/BlkVsc.c
index 58b9698..be53e65 100644
--- a/drivers/staging/hv/BlkVsc.c
+++ b/drivers/staging/hv/BlkVsc.c
@@ -21,7 +21,7 @@
*/
-#include "../storvsc/StorVsc.c"
+#include "StorVsc.c"
static const char* gBlkDriverName="blkvsc";