diff options
author | K. Y. Srinivasan <[email protected]> | 2011-05-12 19:34:42 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2011-05-17 12:27:08 -0700 |
commit | 8a0794117bd5ab8df297932b9e9bd05ba430c472 (patch) | |
tree | 5781440ec390b104d394dcd7014697d23cc0c263 | |
parent | 299d0925e2c5fc27e538b721561c8bf649c6dc05 (diff) |
Staging: hv: netvsc: Cleanup hyperv_net.h
Cleanup hyperv_net.h.
Signed-off-by: K. Y. Srinivasan <[email protected]>
Signed-off-by: Haiyang Zhang <[email protected]>
Signed-off-by: Abhishek Kane <[email protected]>
Signed-off-by: Hank Janssen <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/staging/hv/hyperv_net.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/staging/hv/hyperv_net.h b/drivers/staging/hv/hyperv_net.h index 2e8fb3aaf921..a77048ef7477 100644 --- a/drivers/staging/hv/hyperv_net.h +++ b/drivers/staging/hv/hyperv_net.h @@ -25,6 +25,7 @@ #ifndef _HYPERV_NET_H #define _HYPERV_NET_H +#include <linux/list.h> #include "hyperv.h" /* Fwd declaration */ @@ -127,9 +128,6 @@ int rndis_filter_device_remove(struct hv_device *dev); -#include <linux/list.h> -#include "hyperv.h" - #define NVSP_INVALID_PROTOCOL_VERSION ((u32)0xFFFFFFFF) |