From: Rusty Russell Date: Tue, 17 Jul 2007 13:15:29 +0000 (+1000) Subject: KVM: Trivial: Remove unused struct cpu_user_regs declaration X-Git-Tag: v2.6.24-rc1~1365^2~99 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5eb549a085c3500f2b9d8b48d40393b6e50b68a9;p=karo-tx-linux.git KVM: Trivial: Remove unused struct cpu_user_regs declaration Signed-off-by: Rusty Russell Signed-off-by: Avi Kivity --- 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 { }; -struct cpu_user_regs; - struct x86_emulate_ctxt { /* Register state before/after emulation. */ struct kvm_vcpu *vcpu;