On Tue, Mar 19, 2019 at 11:10:09AM +0200, Leon Romanovsky wrote: > From: Leon Romanovsky <leonro@xxxxxxxxxxxx> > > 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: 6a04aed6afae ("RDMA/hns: Fix the chip hanging caused by sending mailbox&CMQ during reset") > Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxxxx> > --- > drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied to for-next Thanks, Jason