]> asedeno.scripts.mit.edu Git - linux.git/commit
net: hns3: make hclge_dbg_get_m7_stats_info static
authorGuojia Liao <liaoguojia@huawei.com>
Thu, 5 Sep 2019 13:31:42 +0000 (21:31 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 6 Sep 2019 13:20:35 +0000 (15:20 +0200)
commit91f8ff09ada1df21d07acee5ef526c436d9cd8e4
tree72b8f12104247db4204c9541055dc06d9aae6eff
parent1cbc662dd847ea4d6e934002757d3e00449013f4
net: hns3: make hclge_dbg_get_m7_stats_info static

hclge_dbg_get_m7_info is used only in the hclge_debugfs.c,
so it should be declared with static.

Signed-off-by: Guojia Liao <liaoguojia@huawei.com>
Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c