diff options
author | stephen hemminger <stephen@networkplumber.org> | 2016-02-10 09:04:47 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-02-11 17:45:24 +0300 |
commit | f48e72318aa6f6ac792eaf74f3b77491a5c43891 (patch) | |
tree | a945f4bda9606ac24f10b4f583a9d9643215d92e /net/rds | |
parent | 6d9b6f424d0806e2a7f3e7f0a74170ec3ad30443 (diff) | |
download | linux-f48e72318aa6f6ac792eaf74f3b77491a5c43891.tar.xz |
rds: duplicate include net/tcp.h
Duplicate include detected.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/rds')
-rw-r--r-- | net/rds/tcp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/rds/tcp.c b/net/rds/tcp.c index 9d6ddbacd875..ad60299b088b 100644 --- a/net/rds/tcp.c +++ b/net/rds/tcp.c @@ -37,7 +37,6 @@ #include <net/tcp.h> #include <net/net_namespace.h> #include <net/netns/generic.h> -#include <net/tcp.h> #include "rds.h" #include "tcp.h" |