staging: hv: remove unnecessary includes in netvsc

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>
This commit is contained in:
Haiyang Zhang 2011-09-01 12:19:39 -07:00 committed by Greg Kroah-Hartman
parent 24326039b9
commit a3e8095886
3 changed files with 0 additions and 3 deletions

View File

@ -28,7 +28,6 @@
#include <linux/io.h>
#include <linux/slab.h>
#include "hyperv.h"
#include "hyperv_net.h"

View 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 {

View File

@ -27,7 +27,6 @@
#include <linux/if_ether.h>
#include <linux/netdevice.h>
#include "hyperv.h"
#include "hyperv_net.h"