RDMA/bnxt_re: make bnxt_re_ib_init static
authorYueHaibing <yuehaibing@huawei.com>
Mon, 30 Mar 2020 11:02:19 +0000 (19:02 +0800)
committerJason Gunthorpe <jgg@mellanox.com>
Mon, 30 Mar 2020 18:03:19 +0000 (15:03 -0300)
commitb4d8ddf8356d8ac73fb931d16bcc661a83b2c0fe
treef372c81a92f08ff499b23385c846968993506ce0
parent3e87f4313035c86999281336582ff554e9a17bef
RDMA/bnxt_re: make bnxt_re_ib_init static

Fix sparse warning:

drivers/infiniband/hw/bnxt_re/main.c:1313:5:
 warning: symbol 'bnxt_re_ib_init' was not declared. Should it be static?

Link: https://lore.kernel.org/r/20200330110219.24448-1-yuehaibing@huawei.com
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Acked-by: Selvin Xavier <selvin.xavier@broadcom.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/bnxt_re/main.c