[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PATCH 2/4] pseries: Remove unused fields from VIOsPAPRBus st
From: |
David Gibson |
Subject: |
[Qemu-ppc] [PATCH 2/4] pseries: Remove unused fields from VIOsPAPRBus structure |
Date: |
Wed, 4 Apr 2012 15:02:06 +1000 |
The VIOsPAPRBus structure, used on the pseries machine contains some old
fields which are no longer used anywhere. This patch removes them.
Cc: address@hidden
Signed-off-by: David Gibson <address@hidden>
---
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);
};
--
1.7.9.1