]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitec07dd828d1cbb94de8d9facf096c0060e494eae
treeabe06165870e77111ba9e3d1b5f900c1cd8c4cef
parente6eda6046f27ab09df04ed33f81397f57acd6115
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