mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 00:52:01 +00:00
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>
This commit is contained in:
parent
dea8caee7b
commit
5eb549a085
@ -112,8 +112,6 @@ struct x86_emulate_ops {
|
||||
|
||||
};
|
||||
|
||||
struct cpu_user_regs;
|
||||
|
||||
struct x86_emulate_ctxt {
|
||||
/* Register state before/after emulation. */
|
||||
struct kvm_vcpu *vcpu;
|
||||
|
Loading…
Reference in New Issue
Block a user