From patchwork Sun Apr 15 18:38:49 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [05/20] pseries: Remove unused fields from VIOsPAPRBus structure X-Patchwork-Submitter: =?utf-8?q?Andreas_F=C3=A4rber?= X-Patchwork-Id: 152680 Message-Id: <1334515144-26485-6-git-send-email-afaerber@suse.de> To: qemu-devel@nongnu.org Cc: Anthony Liguori , agraf@suse.de, blauwirbel@gmail.com, qemu-ppc@nongnu.org, Paolo Bonzini , =?UTF-8?q?Andreas=20F=C3=A4rber?= , David Gibson Date: Sun, 15 Apr 2012 20:38:49 +0200 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= List-Id: From: David Gibson The VIOsPAPRBus structure, used on the pseries machine contains some old fields which are no longer used anywhere. This patch removes them. Signed-off-by: David Gibson Signed-off-by: Andreas Färber --- hw/spapr_vio.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/hw/spapr_vio.h b/hw/spapr_vio.h index d8527be..ae3283c 100644 --- a/hw/spapr_vio.h +++ b/hw/spapr_vio.h @@ -89,8 +89,6 @@ struct VIOsPAPRDevice { struct VIOsPAPRBus { BusState bus; - const char *dt_name, *dt_type, *dt_compatible; - target_ulong signal_mask; int (*init)(VIOsPAPRDevice *dev); int (*devnode)(VIOsPAPRDevice *dev, void *fdt, int node_off); };