summary refs log tree commit diff stats
path: root/include/hw/pci
diff options
context:
space:
mode:
authorRakesh Jeyasingh <rakeshjb010@gmail.com>2025-04-29 22:33:54 +0530
committerPaolo Bonzini <pbonzini@redhat.com>2025-05-20 08:04:18 +0200
commit560375cff3ccedabf1fe5ca1bc7a31b13fdc68e5 (patch)
treee376b50b4542a1feede24ac81cfea2308fc450b9 /include/hw/pci
parente5894fd6f411c113e2b5f62811e96eeb5b084381 (diff)
downloadfocaccia-qemu-560375cff3ccedabf1fe5ca1bc7a31b13fdc68e5.tar.gz
focaccia-qemu-560375cff3ccedabf1fe5ca1bc7a31b13fdc68e5.zip
hw/pci-host: Remove unused pci_host_data_be_ops
pci_host_data_be_ops became unused after endianness fixes

Suggested-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Rakesh Jeyasingh <rakeshjb010@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Thomas Huth <thuth@redhat.com>
Link: https://lore.kernel.org/r/20250429170354.150581-3-rakeshjb010@gmail.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/hw/pci')
-rw-r--r--include/hw/pci/pci_host.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/pci/pci_host.h b/include/hw/pci/pci_host.h
index e52d8ec2cd..954dd446fa 100644
--- a/include/hw/pci/pci_host.h
+++ b/include/hw/pci/pci_host.h
@@ -68,6 +68,5 @@ uint32_t pci_data_read(PCIBus *s, uint32_t addr, unsigned len);
 extern const MemoryRegionOps pci_host_conf_le_ops;
 extern const MemoryRegionOps pci_host_conf_be_ops;
 extern const MemoryRegionOps pci_host_data_le_ops;
-extern const MemoryRegionOps pci_host_data_be_ops;
 
 #endif /* PCI_HOST_H */