]> 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)
commit9f05b7d1dbc29c22947fa4edb09006c7a1120b85
tree8eb9c8f8e6e6eb2be35740464a79aaecc601c868
parentff627f53d6d35bcda821e06eead771a3f4cbc1e2
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