diff options
author | Gleb Natapov <gleb@redhat.com> | 2009-07-12 17:13:29 +0300 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2009-09-10 08:33:15 +0300 |
commit | decde80b6a2fedd6ea62ea5c4bc4b3cb9fabf153 (patch) | |
tree | 1a148716c7a007d3bad83c0bda380975284d03ff /arch/s390 | |
parent | 6a1ac77110ee3e8d8dfdef8442f3b30b3d83e6a2 (diff) | |
download | op-kernel-dev-decde80b6a2fedd6ea62ea5c4bc4b3cb9fabf153.zip op-kernel-dev-decde80b6a2fedd6ea62ea5c4bc4b3cb9fabf153.tar.gz |
KVM: s390: remove unused structs
They are not used by common code without defines which s390 does not
have.
Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'arch/s390')
-rw-r--r-- | arch/s390/include/asm/kvm.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/s390/include/asm/kvm.h b/arch/s390/include/asm/kvm.h index 0b2f829..3dfcaeb 100644 --- a/arch/s390/include/asm/kvm.h +++ b/arch/s390/include/asm/kvm.h @@ -15,15 +15,6 @@ */ #include <linux/types.h> -/* for KVM_GET_IRQCHIP and KVM_SET_IRQCHIP */ -struct kvm_pic_state { - /* no PIC for s390 */ -}; - -struct kvm_ioapic_state { - /* no IOAPIC for s390 */ -}; - /* for KVM_GET_REGS and KVM_SET_REGS */ struct kvm_regs { /* general purpose regs for s390 */ |