diff options
Diffstat (limited to 'net/rds/tcp.h')
-rw-r--r-- | net/rds/tcp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/rds/tcp.h b/net/rds/tcp.h index c639872bf701..16b166379ea9 100644 --- a/net/rds/tcp.h +++ b/net/rds/tcp.h | |||
@@ -80,8 +80,6 @@ void rds_tcp_xmit_complete(struct rds_connection *conn); | |||
80 | int rds_tcp_xmit(struct rds_connection *conn, struct rds_message *rm, | 80 | int rds_tcp_xmit(struct rds_connection *conn, struct rds_message *rm, |
81 | unsigned int hdr_off, unsigned int sg, unsigned int off); | 81 | unsigned int hdr_off, unsigned int sg, unsigned int off); |
82 | void rds_tcp_write_space(struct sock *sk); | 82 | void rds_tcp_write_space(struct sock *sk); |
83 | int rds_tcp_xmit_cong_map(struct rds_connection *conn, | ||
84 | struct rds_cong_map *map, unsigned long offset); | ||
85 | 83 | ||
86 | /* tcp_stats.c */ | 84 | /* tcp_stats.c */ |
87 | DECLARE_PER_CPU(struct rds_tcp_statistics, rds_tcp_stats); | 85 | DECLARE_PER_CPU(struct rds_tcp_statistics, rds_tcp_stats); |