Skip to content

Commit

Permalink
KVM: Trivial: Remove unused struct cpu_user_regs declaration
Browse files Browse the repository at this point in the history
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Avi Kivity <avi@qumranet.com>
  • Loading branch information
Rusty Russell authored and Avi Kivity committed Oct 13, 2007
1 parent dea8cae commit 5eb549a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/kvm/x86_emulate.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5eb549a

Please sign in to comment.