Commit c27f1e2e9f29563cb093e96261e87c1ef83aeb98

Authored by Yue Haibing
Committed by David S. Miller
1 parent 093dee661d

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>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

... ... @@ -37,7 +37,6 @@
37 37 #include <net/tcp.h>
38 38 #include <net/net_namespace.h>
39 39 #include <net/netns/generic.h>
40   -#include <net/tcp.h>
41 40 #include <net/addrconf.h>
42 41  
43 42 #include "rds.h"