Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a3e80958 authored by Haiyang Zhang's avatar Haiyang Zhang Committed by Greg Kroah-Hartman
Browse files

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: default avatarHaiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: default avatarK. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 24326039
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -28,7 +28,6 @@
#include <linux/io.h>
#include <linux/io.h>
#include <linux/slab.h>
#include <linux/slab.h>


#include "hyperv.h"
#include "hyperv_net.h"
#include "hyperv_net.h"




+0 −1
Original line number Original line Diff line number Diff line
@@ -38,7 +38,6 @@
#include <net/sock.h>
#include <net/sock.h>
#include <net/pkt_sched.h>
#include <net/pkt_sched.h>


#include "hyperv.h"
#include "hyperv_net.h"
#include "hyperv_net.h"


struct net_device_context {
struct net_device_context {
+0 −1
Original line number Original line Diff line number Diff line
@@ -27,7 +27,6 @@
#include <linux/if_ether.h>
#include <linux/if_ether.h>
#include <linux/netdevice.h>
#include <linux/netdevice.h>


#include "hyperv.h"
#include "hyperv_net.h"
#include "hyperv_net.h"