MIPS: KVM: Make kvm_mips_{init,exit}() static
authorJames Hogan <[email protected]>
Wed, 16 Dec 2015 23:49:32 +0000 (23:49 +0000)
committerRalf Baechle <[email protected]>
Sun, 24 Jan 2016 02:15:01 +0000 (03:15 +0100)
commit2db9d233860e638fecd4b6c519c880bee98ba5eb
tree6219b7fcf977aa5665a256d9e2376219f8c5fa52
parent088ec208d69474c784ed969206f6af323dea025b
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 <[email protected]>
Cc: Paolo Bonzini <[email protected]>
Cc: Gleb Natapov <[email protected]>
Cc: [email protected]
Cc: [email protected]
Patchwork: https://patchwork.linux-mips.org/patch/11889/
Signed-off-by: Ralf Baechle <[email protected]>
arch/mips/kvm/mips.c