]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: KVM: Make kvm_mips_{init,exit}() static
authorJames Hogan <james.hogan@imgtec.com>
Wed, 16 Dec 2015 23:49:32 +0000 (23:49 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Sun, 24 Jan 2016 02:15:01 +0000 (03:15 +0100)
commit5f9d72221b746acf4b4dae476bc5c1525927bab9
tree6219b7fcf977aa5665a256d9e2376219f8c5fa52
parentabf5dce09c97f624290668215c101efd223c044e
MIPS: KVM: Make kvm_mips_{init,exit}() static

The module init and exit functions have no need to be global, 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: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11889/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kvm/mips.c