diff options
Diffstat (limited to 'arch/mips/kvm/mips.c')
-rw-r--r-- | arch/mips/kvm/mips.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/mips/kvm/mips.c b/arch/mips/kvm/mips.c index 2cfe839f0b3a..1109924560d8 100644 --- a/arch/mips/kvm/mips.c +++ b/arch/mips/kvm/mips.c | |||
@@ -150,16 +150,6 @@ int kvm_arch_init_vm(struct kvm *kvm, unsigned long type) | |||
150 | return 0; | 150 | return 0; |
151 | } | 151 | } |
152 | 152 | ||
153 | bool kvm_arch_has_vcpu_debugfs(void) | ||
154 | { | ||
155 | return false; | ||
156 | } | ||
157 | |||
158 | int kvm_arch_create_vcpu_debugfs(struct kvm_vcpu *vcpu) | ||
159 | { | ||
160 | return 0; | ||
161 | } | ||
162 | |||
163 | void kvm_mips_free_vcpus(struct kvm *kvm) | 153 | void kvm_mips_free_vcpus(struct kvm *kvm) |
164 | { | 154 | { |
165 | unsigned int i; | 155 | unsigned int i; |