diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2007-07-17 09:15:29 -0400 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2007-10-13 04:18:18 -0400 |
commit | 5eb549a085c3500f2b9d8b48d40393b6e50b68a9 (patch) | |
tree | 224105441b3271c80a7175801076da56237c6653 /drivers/kvm/x86_emulate.h | |
parent | dea8caee7b6971ae90e9d303b5d98dbf2dafed53 (diff) |
KVM: Trivial: Remove unused struct cpu_user_regs declaration
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'drivers/kvm/x86_emulate.h')
-rw-r--r-- | drivers/kvm/x86_emulate.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/kvm/x86_emulate.h b/drivers/kvm/x86_emulate.h index ea3407d7feee..2847d67abfd2 100644 --- a/drivers/kvm/x86_emulate.h +++ b/drivers/kvm/x86_emulate.h | |||
@@ -112,8 +112,6 @@ struct x86_emulate_ops { | |||
112 | 112 | ||
113 | }; | 113 | }; |
114 | 114 | ||
115 | struct cpu_user_regs; | ||
116 | |||
117 | struct x86_emulate_ctxt { | 115 | struct x86_emulate_ctxt { |
118 | /* Register state before/after emulation. */ | 116 | /* Register state before/after emulation. */ |
119 | struct kvm_vcpu *vcpu; | 117 | struct kvm_vcpu *vcpu; |