diff options
author | Andy Grover <andy.grover@oracle.com> | 2010-01-12 14:41:46 -0800 |
---|---|---|
committer | Andy Grover <andy.grover@oracle.com> | 2010-09-08 18:11:46 -0700 |
commit | 809fa148a29467954280fe8b7f97c92403f6293c (patch) | |
tree | cd04f946f9490a42606436bdf89c7cb5f0ccc733 /net/rds/iw.c | |
parent | 6200ed7799d9225f363f157ab61f1566cfd80e19 (diff) | |
download | op-kernel-dev-809fa148a29467954280fe8b7f97c92403f6293c.zip op-kernel-dev-809fa148a29467954280fe8b7f97c92403f6293c.tar.gz |
RDS: inc_purge() transport function unused - remove it
Signed-off-by: Andy Grover <andy.grover@oracle.com>
Diffstat (limited to 'net/rds/iw.c')
-rw-r--r-- | net/rds/iw.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/rds/iw.c b/net/rds/iw.c index c8f3d35..e766aec 100644 --- a/net/rds/iw.c +++ b/net/rds/iw.c @@ -272,7 +272,6 @@ struct rds_transport rds_iw_transport = { .conn_connect = rds_iw_conn_connect, .conn_shutdown = rds_iw_conn_shutdown, .inc_copy_to_user = rds_iw_inc_copy_to_user, - .inc_purge = rds_iw_inc_purge, .inc_free = rds_iw_inc_free, .cm_initiate_connect = rds_iw_cm_initiate_connect, .cm_handle_connect = rds_iw_cm_handle_connect, |