From: kbuild test robot Date: Sat, 23 Nov 2019 15:30:23 +0000 (+0800) Subject: x86/mm/pat: Mark __cpa_flush_tlb() as static X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=da9144c5ad8943f9003ec4a6a0200637b4ba9ebd;p=openwrt%2Fstaging%2Fblogic.git x86/mm/pat: Mark __cpa_flush_tlb() as static Signed-off-by: kbuild test robot Link: https://lkml.kernel.org/r/20191123153023.bj6m66scjeubhbjg@4978f4969bb8 Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/mm/pat/set_memory.c b/arch/x86/mm/pat/set_memory.c index d4ab493b1647..20823392f4f2 100644 --- a/arch/x86/mm/pat/set_memory.c +++ b/arch/x86/mm/pat/set_memory.c @@ -331,7 +331,7 @@ static void cpa_flush_all(unsigned long cache) on_each_cpu(__cpa_flush_all, (void *) cache, 1); } -void __cpa_flush_tlb(void *data) +static void __cpa_flush_tlb(void *data) { struct cpa_data *cpa = data; unsigned int i;