diff options
author | Yue Haibing <yuehaibing@huawei.com> | 2018-08-21 14:05:42 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-08-21 09:50:53 -0700 |
commit | c27f1e2e9f29563cb093e96261e87c1ef83aeb98 (patch) | |
tree | 8fe0c39fe8d9d846cbf0102bc13a26227b8da24e /net/rds/tcp.c | |
parent | 093dee661d6004738c4cbcbf48835c1e6c6ebae3 (diff) | |
download | linux-c27f1e2e9f29563cb093e96261e87c1ef83aeb98.tar.bz2 |
rds: tcp: remove duplicated include from tcp.c
Remove duplicated include.
Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Acked-by: Sowmini Varadhan <sowmini.varadhan@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/rds/tcp.c')
-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 2c7b7c352d3e..b9bbcf3d6c63 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 <net/addrconf.h> #include "rds.h" |