From: Isaku Yamahata Date: Tue, 15 Dec 2009 11:25:58 +0000 (+0900) Subject: pci: remove PCIBus::config_reg. X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~9153^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b8ba4176aa7be786c9182313e13d77bb30542e7b;p=sdk%2Femulator%2Fqemu.git pci: remove PCIBus::config_reg. PCIBus::config_reg isn't used anymore, so remove it. Signed-off-by: Isaku Yamahata Signed-off-by: Michael S. Tsirkin --- diff --git a/hw/pci.c b/hw/pci.c index d54f05e..35c3a68 100644 --- a/hw/pci.c +++ b/hw/pci.c @@ -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;