hinic: make symbol 'dump_mox_reg' static
authorZheng Bin <zhengbin13@huawei.com>
Wed, 29 Apr 2020 01:58:24 +0000 (09:58 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 May 2020 03:57:58 +0000 (20:57 -0700)
commit2597912514925f6f06e85807cc9fc0fdfa630d11
treec40a95649f2c45f21168dd4cc61639f1318199b4
parente4e51da66dc812176cca16b0f8a5b87b173deb5d
hinic: make symbol 'dump_mox_reg' static

Fix sparse warnings:

drivers/net/ethernet/huawei/hinic/hinic_hw_mbox.c:601:6: warning: symbol 'dump_mox_reg' was not declared. Should it be static?

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zheng Bin <zhengbin13@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/huawei/hinic/hinic_hw_mbox.c