KVM: s390: remove unused structs
authorGleb Natapov <gleb@redhat.com>
Sun, 12 Jul 2009 14:13:29 +0000 (17:13 +0300)
committerAvi Kivity <avi@redhat.com>
Thu, 10 Sep 2009 05:33:15 +0000 (08:33 +0300)
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>
arch/s390/include/asm/kvm.h

index 0b2f829..3dfcaeb 100644 (file)
  */
 #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 */