diff options
author | Sagi Grimberg <sagig@mellanox.com> | 2015-05-18 13:40:33 +0300 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2015-05-18 13:44:23 -0400 |
commit | 3c88f3dcff7bfd5059b704bdede2bfe972c0cec9 (patch) | |
tree | 81190d3801b2e9bc02ddc4d23dd3e55901fe6fcf /net/rds/ib.h | |
parent | 76357c715f32b61ce4d6b0c9daaf85a356498dfd (diff) | |
download | linux-3c88f3dcff7bfd5059b704bdede2bfe972c0cec9.tar.bz2 |
RDS: Switch to generic logging helpers
Signed-off-by: Sagi Grimberg <sagig@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'net/rds/ib.h')
-rw-r--r-- | net/rds/ib.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/rds/ib.h b/net/rds/ib.h index c36d713229e0..333611d9e07d 100644 --- a/net/rds/ib.h +++ b/net/rds/ib.h @@ -339,7 +339,6 @@ u32 rds_ib_ring_completed(struct rds_ib_work_ring *ring, u32 wr_id, u32 oldest); extern wait_queue_head_t rds_ib_ring_empty_wait; /* ib_send.c */ -char *rds_ib_wc_status_str(enum ib_wc_status status); void rds_ib_xmit_complete(struct rds_connection *conn); int rds_ib_xmit(struct rds_connection *conn, struct rds_message *rm, unsigned int hdr_off, unsigned int sg, unsigned int off); |