From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58349) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgD8f-0005BS-Sh for qemu-devel@nongnu.org; Mon, 20 Oct 2014 09:36:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgD8U-0007O3-RN for qemu-devel@nongnu.org; Mon, 20 Oct 2014 09:36:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50169) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgD8U-0007Np-CR for qemu-devel@nongnu.org; Mon, 20 Oct 2014 09:36:34 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s9KDaXKd030914 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 20 Oct 2014 09:36:33 -0400 From: Kevin Wolf Date: Mon, 20 Oct 2014 15:35:48 +0200 Message-Id: <1413812154-11153-23-git-send-email-kwolf@redhat.com> In-Reply-To: <1413812154-11153-1-git-send-email-kwolf@redhat.com> References: <1413812154-11153-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 22/28] pc87312: Drop unused members of PC87312State List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com From: Markus Armbruster Signed-off-by: Markus Armbruster Reviewed-by: Beno=C3=AEt Canet Reviewed-by: Max Reitz Reviewed-by: Kevin Wolf Signed-off-by: Kevin Wolf --- include/hw/isa/pc87312.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/hw/isa/pc87312.h b/include/hw/isa/pc87312.h index befc8bd..bf74470 100644 --- a/include/hw/isa/pc87312.h +++ b/include/hw/isa/pc87312.h @@ -47,13 +47,10 @@ typedef struct PC87312State { =20 struct { ISADevice *dev; - BlockDriverState *drive[2]; - uint32_t base; } fdc; =20 struct { ISADevice *dev; - uint32_t base; } ide; =20 MemoryRegion io; --=20 1.8.3.1