Selaa lähdekoodia

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 9 vuotta sitten
vanhempi
commit
3f2b0a5a35
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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"