kvm: make local functions static
authorStephen Hemminger <stephen@networkplumber.org>
Sun, 29 Dec 2013 20:12:29 +0000 (12:12 -0800)
committerMarcelo Tosatti <mtosatti@redhat.com>
Wed, 8 Jan 2014 21:02:58 +0000 (19:02 -0200)
commit7940876e1330671708186ac3386aa521ffb5c182
treeabe06165870e77111ba9e3d1b5f900c1cd8c4cef
parent2f0a6397dd3cac2fb05b46cad08c1d532c04d6b8
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>
include/linux/kvm_host.h
virt/kvm/ioapic.c
virt/kvm/ioapic.h
virt/kvm/kvm_main.c