]> git.baikalelectronics.ru Git - kernel.git/commit
kvm: x86: Make functions that have no external callers static
authorNicholas Krause <xerofoify@gmail.com>
Wed, 20 May 2015 04:24:10 +0000 (00:24 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 20 May 2015 09:48:21 +0000 (11:48 +0200)
commitbf6fb19e083410907dc440081aef154e47072ec3
tree8eb9c8f8e6e6eb2be35740464a79aaecc601c868
parented908032ab88e05ea65e3cb114ddd285defb94a4
kvm: x86: Make functions that have no external callers static

This makes the functions kvm_guest_cpu_init and  kvm_init_debugfs
static now due to having no external callers outside their
declarations in the file, kvm.c.

Signed-off-by: Nicholas Krause <xerofoify@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kernel/kvm.c