]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
xen: make xen_flush_tlb_all() static
authorJuergen Gross <jgross@suse.com>
Thu, 18 May 2017 15:46:48 +0000 (17:46 +0200)
committerJuergen Gross <jgross@suse.com>
Fri, 19 May 2017 06:04:25 +0000 (08:04 +0200)
xen_flush_tlb_all() is used in arch/x86/xen/mmu.c only. Make it static.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
arch/x86/xen/mmu.c

index 5e375a5e815fb2b90535429373c129c6aaa8862b..3be06f3caf3c1e25aa318fb2fd0ae8706cc0a717 100644 (file)
@@ -42,7 +42,7 @@ xmaddr_t arbitrary_virt_to_machine(void *vaddr)
 }
 EXPORT_SYMBOL_GPL(arbitrary_virt_to_machine);
 
-void xen_flush_tlb_all(void)
+static void xen_flush_tlb_all(void)
 {
        struct mmuext_op *op;
        struct multicall_space mcs;