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)
commited3cf15271fa150320b46f03d369777b71786298
tree8eb9c8f8e6e6eb2be35740464a79aaecc601c868
parent3520469d65f26a1cd2f610f5d5de976f78db74fe
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