Browse Source

netvsc: Remove mistaken udp.h inclusion.

Based upon v2 of Stephen's patch.

Signed-off-by: David S. Miller <davem@davemloft.net>
David S. Miller 8 years ago
parent
commit
3f2b0a5a35
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/net/hyperv/netvsc_drv.c

+ 0 - 1
drivers/net/hyperv/netvsc_drv.c

@@ -36,7 +36,6 @@
 #include <net/arp.h>
 #include <net/route.h>
 #include <net/sock.h>
-#include <net/udp.h>
 #include <net/pkt_sched.h>
 
 #include "hyperv_net.h"