aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorstephen hemminger <stephen@networkplumber.org>2015-11-17 13:46:48 -0800
committerDavid S. Miller <davem@davemloft.net>2015-11-18 14:58:02 -0500
commit945fae44d316a572916f673b2a58cd2d5389e7b6 (patch)
tree358ddaca33e2b8bdfcee6cd222040366d82a27b8 /net
parentMerge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux (diff)
downloadlinux-dev-945fae44d316a572916f673b2a58cd2d5389e7b6.tar.xz
linux-dev-945fae44d316a572916f673b2a58cd2d5389e7b6.zip
udp: remove duplicate include
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/ipv4/udp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/udp.c b/net/ipv4/udp.c
index 24ec14f9825c..0c7b0e61b917 100644
--- a/net/ipv4/udp.c
+++ b/net/ipv4/udp.c
@@ -100,7 +100,6 @@
#include <linux/slab.h>
#include <net/tcp_states.h>
#include <linux/skbuff.h>
-#include <linux/netdevice.h>
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
#include <net/net_namespace.h>