aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/ib.h
diff options
context:
space:
mode:
authorSagi Grimberg <sagig@mellanox.com>2015-05-18 13:40:33 +0300
committerDoug Ledford <dledford@redhat.com>2015-05-18 13:44:23 -0400
commit3c88f3dcff7bfd5059b704bdede2bfe972c0cec9 (patch)
tree81190d3801b2e9bc02ddc4d23dd3e55901fe6fcf /net/rds/ib.h
parentxprtrdma, svcrdma: Switch to generic logging helpers (diff)
downloadlinux-dev-3c88f3dcff7bfd5059b704bdede2bfe972c0cec9.tar.xz
linux-dev-3c88f3dcff7bfd5059b704bdede2bfe972c0cec9.zip
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.h1
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);