IB/hfi1: make hist static
authorchongjiapeng <jiapeng.chong@linux.alibaba.com>
Mon, 6 Sep 2021 09:48:43 +0000 (17:48 +0800)
committerJason Gunthorpe <jgg@nvidia.com>
Wed, 8 Sep 2021 11:33:04 +0000 (08:33 -0300)
commit2169b908894df2ce83e7eb4a399d3224b2635126
treeceba49b7b8f903bbd541e57eb19b9f84365c011c
parentf1b195ce81ad31618e9f28894a343fd62debb9ab
IB/hfi1: make hist static

This symbol is not used outside of trace.c, so marks it static.

Fix the following sparse warning:

 drivers/infiniband/hw/hfi1/trace.c:491:23: warning: symbol 'hist' was not declared. Should it be static?

Link: https://lore.kernel.org/r/1630921723-21545-1-git-send-email-jiapeng.chong@linux.alibaba.com
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: chongjiapeng <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/hw/hfi1/trace.c