]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
kvm: svm: remove unused struct definition
authorPeng Hao <peng.hao2@zte.com.cn>
Fri, 14 Dec 2018 08:18:03 +0000 (16:18 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 14 Dec 2018 16:59:50 +0000 (17:59 +0100)
structure svm_init_data is never used. So remove it.

Signed-off-by: Peng Hao <peng.hao2@zte.com.cn>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/svm.c

index d7fec9f4af43c997dbe4802d4edb75e282bbf942..3cbe67a31c545cd64a8e1034773bbf8dd4ca14bb 100644 (file)
@@ -675,11 +675,6 @@ struct svm_cpu_data {
 
 static DEFINE_PER_CPU(struct svm_cpu_data *, svm_data);
 
-struct svm_init_data {
-       int cpu;
-       int r;
-};
-
 static const u32 msrpm_ranges[] = {0, 0xc0000000, 0xc0010000};
 
 #define NUM_MSR_MAPS ARRAY_SIZE(msrpm_ranges)