diff options
Diffstat (limited to 'hw/pci_host.h')
-rw-r--r-- | hw/pci_host.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/pci_host.h b/hw/pci_host.h index 49a0c59d53..e2e428a271 100644 --- a/hw/pci_host.h +++ b/hw/pci_host.h @@ -90,4 +90,3 @@ static uint32_t pci_host_data_readl(void* opaque, pci_addr_t addr) #endif return val; } - |