commit | c86f3e2a73f4924b20ed7a56ebdaf874af861911 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@suse.de> | Tue Jul 14 10:59:56 2009 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Sep 15 12:01:45 2009 -0700 |
tree | 66ab90f9b58bfa0f79d4a2799b64256464b45d98 | |
parent | b57a68dcd9030515763133f79c5a4a7c572e45d6 [diff] |
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>