Staging: hv: netvsc: Cleanup hyperv_net.h
authorK. Y. Srinivasan <kys@microsoft.com>
Fri, 13 May 2011 02:34:42 +0000 (19:34 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 17 May 2011 19:27:08 +0000 (12:27 -0700)
Cleanup hyperv_net.h.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com>
Signed-off-by: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/hyperv_net.h

index 2e8fb3a..a77048e 100644 (file)
@@ -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)