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)
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

Simple merge