summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGleb Natapov2009-07-12 16:13:29 +0200
committerAvi Kivity2009-09-10 07:33:15 +0200
commitdecde80b6a2fedd6ea62ea5c4bc4b3cb9fabf153 (patch)
tree1a148716c7a007d3bad83c0bda380975284d03ff
parentKVM: MMU: fix missing locking in alloc_mmu_pages (diff)
downloadkernel-qcow2-linux-decde80b6a2fedd6ea62ea5c4bc4b3cb9fabf153.tar.gz
kernel-qcow2-linux-decde80b6a2fedd6ea62ea5c4bc4b3cb9fabf153.tar.xz
kernel-qcow2-linux-decde80b6a2fedd6ea62ea5c4bc4b3cb9fabf153.zip
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>
-rw-r--r--arch/s390/include/asm/kvm.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/s390/include/asm/kvm.h b/arch/s390/include/asm/kvm.h
index 0b2f829f6d50..3dfcaeb5d7f4 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 */