diff options
author | stephen hemminger <stephen@networkplumber.org> | 2015-11-17 22:46:48 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-11-18 20:58:02 +0100 |
commit | 945fae44d316a572916f673b2a58cd2d5389e7b6 (patch) | |
tree | 358ddaca33e2b8bdfcee6cd222040366d82a27b8 /net/ipv4/udp.c | |
parent | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... (diff) | |
download | linux-945fae44d316a572916f673b2a58cd2d5389e7b6.tar.xz linux-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/ipv4/udp.c')
-rw-r--r-- | net/ipv4/udp.c | 1 |
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> |