OSDN Git Service

x86/xen: make xen_pvmmu_arch_setup() static
authorJason Yan <yanaijie@huawei.com>
Wed, 8 Apr 2020 02:46:05 +0000 (10:46 +0800)
committerJuergen Gross <jgross@suse.com>
Wed, 8 Apr 2020 08:46:25 +0000 (10:46 +0200)
commit0e1b4271078787d3408d3dd314d80b290578cc00
tree1edbb1b8185eb8d31298d0fd6a584ba28a5af0c9
parent3a169c0be75b59dd85d159493634870cdec6d3c4
x86/xen: make xen_pvmmu_arch_setup() static

Fix the following sparse warning:

arch/x86/xen/setup.c:998:12: warning: symbol 'xen_pvmmu_arch_setup' was not
declared. Should it be static?

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Jason Yan <yanaijie@huawei.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Link: https://lore.kernel.org/r/20200408024605.42394-1-yanaijie@huawei.com
Signed-off-by: Juergen Gross <jgross@suse.com>
arch/x86/xen/setup.c