]> asedeno.scripts.mit.edu Git - linux.git/commit
iw_cxgb4: Make function read_tcb() static
authorWei Yongjun <weiyongjun1@huawei.com>
Mon, 18 Feb 2019 07:04:32 +0000 (07:04 +0000)
committerJason Gunthorpe <jgg@mellanox.com>
Wed, 20 Feb 2019 03:52:19 +0000 (20:52 -0700)
commit3b8f8b95d9d3c73637bd33a644952a7cfa8e2c2a
tree5b595d8261b3edfb84d2f2d361dc84097c37683d
parent6ac16e403900a98f9b330daa5f0d89f76a24c6eb
iw_cxgb4: Make function read_tcb() static

Fixes the following sparse warning:

drivers/infiniband/hw/cxgb4/cm.c:658:6: warning:
 symbol 'read_tcb' was not declared. Should it be static?

Fixes: 11a27e2121a5 ("iw_cxgb4: complete the cached SRQ buffers")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Acked-by: Raju Rangoju <rajur@chelsio.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/cxgb4/cm.c