Skip to content

Commit

Permalink
netvsc: Remove mistaken udp.h inclusion.
Browse files Browse the repository at this point in the history
Based upon v2 of Stephen's patch.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Oct 13, 2016
1 parent f112be6 commit 3f2b0a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/hyperv/netvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3f2b0a5

Please sign in to comment.