commit | c1777035805afb40c9565f859c942bbccf5fa3ec | [log] [tgz] |
---|---|---|
author | Ben Dooks (Codethink) <ben.dooks@codethink.co.uk> | Tue Oct 22 13:52:51 2019 +0100 |
committer | Stefano Stabellini <sstabellini@kernel.org> | Wed Oct 23 08:15:41 2019 -0700 |
tree | 233d60054848f1fda9c3c930f396f51e1658ee80 | |
parent | 1445bb7db1f4393cbc3e06cb09cf84d4a9a53a4a [diff] |
xen: mm: make xen_mm_init static The xen_mm_init is not exported or used outside of the file it is declared in, so make it static. This fixes the following sparse warning: arch/arm/xen/mm.c:136:12: warning: symbol 'xen_mm_init' was not declared. Should it be static? Signed-off-by: Ben Dooks (Codethink) <ben.dooks@codethink.co.uk> Signed-off-by: Stefano Stabellini <sstabellini@kernel.org> Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>