diff options
author | Isaku Yamahata <yamahata@valinux.co.jp> | 2009-12-15 20:25:58 +0900 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2009-12-23 16:35:00 +0200 |
commit | b8ba4176aa7be786c9182313e13d77bb30542e7b (patch) | |
tree | 535ce4647ef35ea06ce89a6634885972be190955 /hw/pci.c | |
parent | b81ebc69900638e199e4cd1f4f00ba60917ff685 (diff) |
pci: remove PCIBus::config_reg.
PCIBus::config_reg isn't used anymore, so remove it.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/pci.c')
-rw-r--r-- | hw/pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -41,7 +41,6 @@ struct PCIBus { pci_set_irq_fn set_irq; pci_map_irq_fn map_irq; pci_hotplug_fn hotplug; - uint32_t config_reg; /* XXX: suppress */ void *irq_opaque; PCIDevice *devices[256]; PCIDevice *parent_dev; |