aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/iw.h
diff options
context:
space:
mode:
authorAndy Grover <andy.grover@oracle.com>2010-01-12 14:41:46 -0800
committerAndy Grover <andy.grover@oracle.com>2010-09-08 18:11:46 -0700
commit809fa148a29467954280fe8b7f97c92403f6293c (patch)
treecd04f946f9490a42606436bdf89c7cb5f0ccc733 /net/rds/iw.h
parent6200ed7799d9225f363f157ab61f1566cfd80e19 (diff)
downloadkernel_samsung_smdk4412-809fa148a29467954280fe8b7f97c92403f6293c.zip
kernel_samsung_smdk4412-809fa148a29467954280fe8b7f97c92403f6293c.tar.gz
kernel_samsung_smdk4412-809fa148a29467954280fe8b7f97c92403f6293c.tar.bz2
RDS: inc_purge() transport function unused - remove it
Signed-off-by: Andy Grover <andy.grover@oracle.com>
Diffstat (limited to 'net/rds/iw.h')
-rw-r--r--net/rds/iw.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/rds/iw.h b/net/rds/iw.h
index eef2f0c..6f08300 100644
--- a/net/rds/iw.h
+++ b/net/rds/iw.h
@@ -326,7 +326,6 @@ void rds_iw_recv_exit(void);
int rds_iw_recv(struct rds_connection *conn);
int rds_iw_recv_refill(struct rds_connection *conn, gfp_t kptr_gfp,
gfp_t page_gfp, int prefill);
-void rds_iw_inc_purge(struct rds_incoming *inc);
void rds_iw_inc_free(struct rds_incoming *inc);
int rds_iw_inc_copy_to_user(struct rds_incoming *inc, struct iovec *iov,
size_t size);