staging: hv: remove unnecessary includes in netvsc
authorHaiyang Zhang <haiyangz@microsoft.com>
Thu, 1 Sep 2011 19:19:39 +0000 (12:19 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 6 Sep 2011 18:56:17 +0000 (11:56 -0700)
hyperv.h is included by hyperv_net.h already, so no need to include it
again in these C files.

Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/netvsc.c
drivers/staging/hv/netvsc_drv.c
drivers/staging/hv/rndis_filter.c

index 30d3139528521c74e5bb5666bd6f595925769f3d..9a9228c23d6c69028f8666ffccbd85c72ff9af7a 100644 (file)
@@ -28,7 +28,6 @@
 #include <linux/io.h>
 #include <linux/slab.h>
 
-#include "hyperv.h"
 #include "hyperv_net.h"
 
 
index 90a3198c9978b5be3b08c6cd793988f5d6dcb2d5..30a0cb2c0fea5e15811b930fdb20fe76d2a181e3 100644 (file)
@@ -38,7 +38,6 @@
 #include <net/sock.h>
 #include <net/pkt_sched.h>
 
-#include "hyperv.h"
 #include "hyperv_net.h"
 
 struct net_device_context {
index 6db48b92fe98e5b5063dea1c620ecbf8aabc8b51..8416bf2e2eaacf9ad9c31a3df54fd35128081feb 100644 (file)
@@ -27,7 +27,6 @@
 #include <linux/if_ether.h>
 #include <linux/netdevice.h>
 
-#include "hyperv.h"
 #include "hyperv_net.h"