Skip to content

Commit

Permalink
rds: tcp: remove duplicated include from tcp.c
Browse files Browse the repository at this point in the history
Remove duplicated include.

Signed-off-by: Yue Haibing <[email protected]>
Acked-by: Sowmini Varadhan <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Yue Haibing authored and davem330 committed Aug 21, 2018
1 parent 093dee6 commit c27f1e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/rds/tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c27f1e2

Please sign in to comment.