[PATCH 14/16] arch: x86: xen: Mark internal function xen_flush_tlb_all static.

2015-03-04 Thread Darshana Padmadas
xen_flush_tlb_all is defined only in mmu.c, so mark it static. This eliminates the following gcc warning: arch/x86/xen/mmu.c:1211:6: warning: no previous prototype for ‘xen_flush_tlb_all’ [-Wmissing-prototypes] Signed-off-by: Darshana Padmadas --- arch/x86/xen/mmu.c | 2 +- 1 file changed, 1

[PATCH 14/16] arch: x86: xen: Mark internal function xen_flush_tlb_all static.

2015-03-04 Thread Darshana Padmadas
xen_flush_tlb_all is defined only in mmu.c, so mark it static. This eliminates the following gcc warning: arch/x86/xen/mmu.c:1211:6: warning: no previous prototype for ‘xen_flush_tlb_all’ [-Wmissing-prototypes] Signed-off-by: Darshana Padmadas darshanapadma...@gmail.com --- arch/x86/xen/mmu.c