MIPS: KVM: Make kvm_mips_comparecount_{func,wakeup} static
authorJames Hogan <james.hogan@imgtec.com>
Thu, 29 May 2014 09:16:39 +0000 (10:16 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 30 May 2014 11:04:59 +0000 (13:04 +0200)
commit0fae34f464d1d573d13a6c1a872d90adae435e2a
treee9afa515a253f08939bfd8b53d60d672b391cdba
parentf74a8e224e32edccade63a23bc260b141b067b1d
MIPS: KVM: Make kvm_mips_comparecount_{func,wakeup} static

The kvm_mips_comparecount_func() and kvm_mips_comparecount_wakeup()
functions are only used within arch/mips/kvm/kvm_mips.c, so make them
static.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Gleb Natapov <gleb@kernel.org>
Cc: kvm@vger.kernel.org
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
Cc: Sanjay Lal <sanjayl@kymasys.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/mips/kvm/kvm_mips.c