rds: make local functions/variables static
The RDS protocol has lots of functions that should be declared static. rds_message_get/add_version_extension is removed since it defined but never used. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
d0c2b0d265
commit
ff51bf8415
@@ -157,7 +157,8 @@ static int rds_iw_add_cm_id(struct rds_iw_device *rds_iwdev, struct rdma_cm_id *
|
||||
return 0;
|
||||
}
|
||||
|
||||
void rds_iw_remove_cm_id(struct rds_iw_device *rds_iwdev, struct rdma_cm_id *cm_id)
|
||||
static void rds_iw_remove_cm_id(struct rds_iw_device *rds_iwdev,
|
||||
struct rdma_cm_id *cm_id)
|
||||
{
|
||||
struct rds_iw_cm_id *i_cm_id;
|
||||
|
||||
|
Reference in New Issue
Block a user