diff options
Diffstat (limited to 'hw/pci/pci_host.h')
-rw-r--r-- | hw/pci/pci_host.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/pci/pci_host.h b/hw/pci/pci_host.h index 1845d4dfd5..236cd0f75c 100644 --- a/hw/pci/pci_host.h +++ b/hw/pci/pci_host.h @@ -40,7 +40,6 @@ struct PCIHostState { MemoryRegion conf_mem; MemoryRegion data_mem; MemoryRegion mmcfg; - MemoryRegion *address_space; uint32_t config_reg; PCIBus *bus; }; |