From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52568) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZcKB-00058Q-8T for qemu-devel@nongnu.org; Thu, 02 Oct 2014 05:05:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XZcK2-0002Rh-D4 for qemu-devel@nongnu.org; Thu, 02 Oct 2014 05:05:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:18525) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZcK2-0002RQ-6X for qemu-devel@nongnu.org; Thu, 02 Oct 2014 05:05:14 -0400 From: Markus Armbruster Date: Thu, 2 Oct 2014 11:04:52 +0200 Message-Id: <1412240698-21695-18-git-send-email-armbru@redhat.com> In-Reply-To: <1412240698-21695-1-git-send-email-armbru@redhat.com> References: <1412240698-21695-1-git-send-email-armbru@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH v5 17/23] 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, benoit.canet@nodalink.com, stefanha@redhat.com, mreitz@redhat.com Signed-off-by: Markus Armbruster Reviewed-by: Beno=C3=AEt Canet Reviewed-by: Max Reitz Reviewed-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.9.3