diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2012-04-04 15:02:06 +1000 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2012-04-15 17:07:19 +0200 |
commit | 3b768df95a877577a9b8d7ea98166240b017ca84 (patch) | |
tree | 707143e16c27067312988e53d031999df3791e48 /hw/spapr_vio.h | |
parent | c821a43c60e55fdfb8bc9c64696238e409d96192 (diff) | |
download | qemu-3b768df95a877577a9b8d7ea98166240b017ca84.zip |
pseries: Remove unused fields from VIOsPAPRBus structure
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 <david@gibson.dropbear.id.au>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'hw/spapr_vio.h')
-rw-r--r-- | 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 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); }; |