1
0
Fork 0

RDS: IB: mark rds_ib_fmr_wq static

Fix below warning by marking rds_ib_fmr_wq static

net/rds/ib_rdma.c:87:25: warning: symbol 'rds_ib_fmr_wq' was not declared. Should it be static?

Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
hifive-unleashed-5.1
Santosh Shilimkar 2015-09-19 17:21:22 -04:00
parent 26139dc1db
commit 67161e250a
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ struct rds_ib_mr_pool {
struct ib_fmr_attr fmr_attr;
};
struct workqueue_struct *rds_ib_fmr_wq;
static struct workqueue_struct *rds_ib_fmr_wq;
int rds_ib_fmr_init(void)
{