commit | 88920ddebd2f4afe67eb39a9fe3661275e6e3e2d | [log] [tgz] |
---|---|---|
author | Ben Dooks (Codethink) <ben.dooks@codethink.co.uk> | Tue Oct 22 13:52:51 2019 +0100 |
committer | Juergen Gross <jgross@suse.com> | Thu Nov 07 12:03:33 2019 +0100 |
tree | ce7b6463fe36e133b65af4e42db6529e1f2488ec | |
parent | e8d255e4703a820bab46f856460f318a60d42ace [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> Reviewed-by: Stefano Stabellini <sstabellini@kernel.org> Signed-off-by: Juergen Gross <jgross@suse.com>