commit | aaf0475a0b3f445000c50f7fc75d5e846bf7ee7b | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Thu May 18 15:22:41 2017 +0000 |
committer | Stefano Stabellini <sstabellini@kernel.org> | Thu May 18 11:42:58 2017 -0700 |
tree | 51631905389788ec15931e85cacead03abbeeb18 | |
parent | 14e3995e63759b80eb22a3c06958d105db4d3f79 [diff] |
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>