linux/drivers/infiniband/hw
Leon Romanovsky e95e52a178 RDMA/hns: Limit scope of hns_roce_cmq_send()
The forgotten static keyword causes to the following error to appear while
building HNS driver. Declare hns_roce_cmq_send() to be static function to
fix this warning.

drivers/infiniband/hw/hns/hns_roce_hw_v2.c:1089:5: warning: no previous
prototype for _hns_roce_cmq_send_ [-Wmissing-prototypes]
 int hns_roce_cmq_send(struct hns_roce_dev *hr_dev,

Fixes: 6a04aed6af ("RDMA/hns: Fix the chip hanging caused by sending mailbox&CMQ during reset")
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
2019-03-27 15:25:50 -03:00
..
bnxt_re drivers: infiniband: Fix whitespace in kconfig 2019-03-26 12:49:33 -03:00
cxgb3 RDMA: Use __packed annotation instead of __attribute__ ((packed)) 2019-03-25 21:14:12 -03:00
cxgb4 cxgb4: Convert stid_idr to XArray 2019-03-25 20:56:36 -03:00
hfi1 IB/hfi1: Add running average for adaptive pio 2019-03-26 09:33:21 -03:00
hns RDMA/hns: Limit scope of hns_roce_cmq_send() 2019-03-27 15:25:50 -03:00
i40iw RDMA/i40iw: Handle workqueue allocation failure 2019-03-27 10:19:07 -03:00
mlx4 mlx4: Convert pv_id_table to XArray 2019-03-26 10:09:54 -03:00
mlx5 mlx5: Convert mlx5_srq_table to XArray 2019-03-26 09:39:42 -03:00
mthca RDMA: Use __packed annotation instead of __attribute__ ((packed)) 2019-03-25 21:14:12 -03:00
nes RDMA/nes: remove redundant check on udata 2019-03-26 12:07:45 -03:00
ocrdma RDMA: Handle ucontext allocations by IB/core 2019-02-22 14:11:37 -07:00
qedr RDMA: Handle ucontext allocations by IB/core 2019-02-22 14:11:37 -07:00
qib drivers/IB,qib: Fix pinned/locked limit check in qib_get_user_pages() 2019-02-20 14:42:41 -07:00
usnic RDMA: Handle ucontext allocations by IB/core 2019-02-22 14:11:37 -07:00
vmw_pvrdma RDMA: Handle ucontext allocations by IB/core 2019-02-22 14:11:37 -07:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00