From 3b768df95a877577a9b8d7ea98166240b017ca84 Mon Sep 17 00:00:00 2001 From: David Gibson Date: Wed, 4 Apr 2012 15:02:06 +1000 Subject: [PATCH] pseries: Remove unused fields from VIOsPAPRBus structure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 file changed, 2 deletions(-) diff --git a/hw/spapr_vio.h b/hw/spapr_vio.h index d8527bed90..ae3283c19f 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); };