]> git.baikalelectronics.ru Git - kernel.git/commit
xen/9pfs: p9_trans_xen_init and p9_trans_xen_exit can be static
authorWei Yongjun <weiyongjun1@huawei.com>
Thu, 18 May 2017 15:22:41 +0000 (15:22 +0000)
committerStefano Stabellini <sstabellini@kernel.org>
Thu, 18 May 2017 18:42:58 +0000 (11:42 -0700)
commitd700e3537ddbbf445f21615021f5ae770be32d2c
tree51631905389788ec15931e85cacead03abbeeb18
parentf4e30e6810cf56f1de794c13789ed9ee45ac2677
xen/9pfs: p9_trans_xen_init and p9_trans_xen_exit can be static

Fixes the following sparse warnings:

net/9p/trans_xen.c:528:5: warning:
 symbol 'p9_trans_xen_init' was not declared. Should it be static?
net/9p/trans_xen.c:540:6: warning:
 symbol 'p9_trans_xen_exit' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
net/9p/trans_xen.c