aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/NetVsc.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-07-14 10:59:56 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 12:01:45 -0700
commitc86f3e2a73f4924b20ed7a56ebdaf874af861911 (patch)
tree66ab90f9b58bfa0f79d4a2799b64256464b45d98 /drivers/staging/hv/NetVsc.h
parentStaging: hv: blkvsc: fix up driver_data usage (diff)
downloadlinux-dev-c86f3e2a73f4924b20ed7a56ebdaf874af861911.tar.xz
linux-dev-c86f3e2a73f4924b20ed7a56ebdaf874af861911.zip
Staging: hv: make the Hyper-V virtual network 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. The driver was changed to use net_device_ops, as that is needed to build and operate properly now. The hv_netvsc 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/NetVsc.h')
-rw-r--r--drivers/staging/hv/NetVsc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/staging/hv/NetVsc.h b/drivers/staging/hv/NetVsc.h
index 37d07449849a..e92cfc177fac 100644
--- a/drivers/staging/hv/NetVsc.h
+++ b/drivers/staging/hv/NetVsc.h
@@ -24,12 +24,12 @@
#ifndef _NETVSC_H_
#define _NETVSC_H_
-#include "VmbusPacketFormat.h"
-#include "nvspprotocol.h"
+#include "include/VmbusPacketFormat.h"
+#include "include/nvspprotocol.h"
-#include "List.h"
+#include "include/List.h"
-#include "NetVscApi.h"
+#include "include/NetVscApi.h"
//
// #defines
//