kvm: make local functions static
authorStephen Hemminger <stephen@networkplumber.org>
Sun, 29 Dec 2013 20:12:29 +0000 (12:12 -0800)
committerChristoffer Dall <christoffer.dall@linaro.org>
Thu, 2 Oct 2014 15:18:28 +0000 (17:18 +0200)
commit2aad15258f0795432073b14b616a634e452432f0
tree1a8acd36f787971f0dd631fa3e29767a385ede3d
parentdfbd506266a97ad252336ea96e41791fdd0c0828
kvm: make local functions static

Running 'make namespacecheck' found lots of functions that
should be declared static, since only used in one file.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
(cherry picked from commit 7940876e1330671708186ac3386aa521ffb5c182)
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
include/linux/kvm_host.h
virt/kvm/ioapic.c
virt/kvm/ioapic.h
virt/kvm/kvm_main.c