From patchwork Sun Jul 12 14:13:29 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gleb Natapov X-Patchwork-Id: 35261 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n6CEDccB021119 for ; Sun, 12 Jul 2009 14:13:38 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752197AbZGLONc (ORCPT ); Sun, 12 Jul 2009 10:13:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752132AbZGLONc (ORCPT ); Sun, 12 Jul 2009 10:13:32 -0400 Received: from mx2.redhat.com ([66.187.237.31]:52781 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752071AbZGLONc (ORCPT ); Sun, 12 Jul 2009 10:13:32 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n6CEDV7I027445 for ; Sun, 12 Jul 2009 10:13:32 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n6CEDU7X005498; Sun, 12 Jul 2009 10:13:31 -0400 Received: from dhcp-1-237.tlv.redhat.com (dhcp-1-237.tlv.redhat.com [10.35.1.237]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n6CEDTOf002258; Sun, 12 Jul 2009 10:13:30 -0400 Received: by dhcp-1-237.tlv.redhat.com (Postfix, from userid 13519) id 73DE51336CC; Sun, 12 Jul 2009 17:13:29 +0300 (IDT) Date: Sun, 12 Jul 2009 17:13:29 +0300 From: Gleb Natapov To: avi@redhat.com Cc: kvm@vger.kernel.org Subject: [PATCH] remove unused structs from s390 Message-ID: <20090712141329.GC28046@redhat.com> MIME-Version: 1.0 Content-Disposition: inline X-Scanned-By: MIMEDefang 2.58 on 172.16.27.26 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org They are not used by common code without defines which s390 does not have. Signed-off-by: Gleb Natapov --- Gleb. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html 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 -/* 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 */