From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=50401 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OJWVc-0001Vy-JG for qemu-devel@nongnu.org; Tue, 01 Jun 2010 14:48:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OJWGV-0006oC-Up for qemu-devel@nongnu.org; Tue, 01 Jun 2010 14:32:45 -0400 Received: from oxygen.pond.sub.org ([213.239.205.148]:44330) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OJWGV-0006n1-Mf for qemu-devel@nongnu.org; Tue, 01 Jun 2010 14:32:39 -0400 Received: from blackfin.pond.sub.org (pD9E39C24.dip.t-dialin.net [217.227.156.36]) by oxygen.pond.sub.org (Postfix) with ESMTPA id 517C82E2B3F for ; Tue, 1 Jun 2010 20:32:36 +0200 (CEST) From: Markus Armbruster Date: Tue, 1 Jun 2010 20:32:25 +0200 Message-Id: <1275417155-28244-5-git-send-email-armbru@redhat.com> In-Reply-To: <1275417155-28244-1-git-send-email-armbru@redhat.com> References: <1275417155-28244-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH 04/14] ide: Remove useless IDEDeviceInfo members unit, drive List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, kraxel@redhat.com Signed-off-by: Markus Armbruster --- hw/ide/internal.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/hw/ide/internal.h b/hw/ide/internal.h index 2efc784..b4554ce 100644 --- a/hw/ide/internal.h +++ b/hw/ide/internal.h @@ -464,8 +464,6 @@ typedef int (*ide_qdev_initfn)(IDEDevice *dev); struct IDEDeviceInfo { DeviceInfo qdev; ide_qdev_initfn init; - uint32_t unit; - DriveInfo *drive; }; #define BM_STATUS_DMAING 0x01 -- 1.6.6.1