diff options
author | stephen hemminger <stephen@networkplumber.org> | 2015-11-17 13:46:48 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-11-18 14:58:02 -0500 |
commit | 945fae44d316a572916f673b2a58cd2d5389e7b6 (patch) | |
tree | 358ddaca33e2b8bdfcee6cd222040366d82a27b8 /net/ipv4 | |
parent | 34258a32d9a9fc9e38fb549efe1692301cc31f85 (diff) | |
download | blackbird-op-linux-945fae44d316a572916f673b2a58cd2d5389e7b6.tar.gz blackbird-op-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')
-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> |