namespacecheck: automated fixes

Signed-off-by: Ingo Molnar <mingo@elte.hu>

authored by Ingo Molnar and committed by Thomas Gleixner 2ddfd20e de067814

+3 -3
+2 -2
arch/x86/kernel/kvmclock.c
··· 53 53 * have elapsed since the hypervisor wrote the data. So we try to account for 54 54 * that with system time 55 55 */ 56 - unsigned long kvm_get_wallclock(void) 56 + static unsigned long kvm_get_wallclock(void) 57 57 { 58 58 u32 wc_sec, wc_nsec; 59 59 u64 delta; ··· 86 86 return ts.tv_sec + 1; 87 87 } 88 88 89 - int kvm_set_wallclock(unsigned long now) 89 + static int kvm_set_wallclock(unsigned long now) 90 90 { 91 91 return 0; 92 92 }
+1 -1
arch/x86/kvm/mmu.c
··· 1996 1996 .seeks = DEFAULT_SEEKS * 10, 1997 1997 }; 1998 1998 1999 - void mmu_destroy_caches(void) 1999 + static void mmu_destroy_caches(void) 2000 2000 { 2001 2001 if (pte_chain_cache) 2002 2002 kmem_cache_destroy(pte_chain_cache);