hv_debugfs: Make hv_debug_root static
authorYueHaibing <yuehaibing@huawei.com>
Fri, 3 Apr 2020 08:28:45 +0000 (16:28 +0800)
committerWei Liu <wei.liu@kernel.org>
Sat, 4 Apr 2020 16:47:43 +0000 (17:47 +0100)
commit3e0d3776501a215358e3d91045b74f35a7eeaad9
tree3915b54d95e8df165c491fe1bcd052f45fadb685
parent032d4a4802209fe25ce44deb2c002dccf663925f
hv_debugfs: Make hv_debug_root static

Fix sparse warning:

drivers/hv/hv_debugfs.c:14:15: warning: symbol 'hv_debug_root' was not declared. Should it be static?

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Reviewed-by: Michael Kelley <mikelley@microsoft.com>
Link: https://lore.kernel.org/r/20200403082845.22740-1-yuehaibing@huawei.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
drivers/hv/hv_debugfs.c