]> git.karo-electronics.de Git - karo-tx-linux.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)
commitaaf0475a0b3f445000c50f7fc75d5e846bf7ee7b
tree51631905389788ec15931e85cacead03abbeeb18
parent14e3995e63759b80eb22a3c06958d105db4d3f79
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