diff options
author | Paul Brook <paul@codesourcery.com> | 2010-04-04 21:18:26 +0100 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2010-04-04 21:18:26 +0100 |
commit | a67ba3b6f88acaca5ee19e583dcdcd9d9288b072 (patch) | |
tree | 74dc47a3e28269c9b14fe354892b8eca295c9f67 /hw/usb-ohci.h | |
parent | 36368cf0d513efff45b0dbb4350cdc04a2bee0c8 (diff) | |
download | qemu-a67ba3b6f88acaca5ee19e583dcdcd9d9288b072.tar.gz qemu-a67ba3b6f88acaca5ee19e583dcdcd9d9288b072.tar.bz2 qemu-a67ba3b6f88acaca5ee19e583dcdcd9d9288b072.zip |
Revert "Compile usb-ohci only once"
This reverts commit f1698408f1dcb7548a21828a0b1e2b530fae3af3.
PCI is always little-endian. Having a user-visible "be" property is just
plain wrong.
Diffstat (limited to 'hw/usb-ohci.h')
-rw-r--r-- | hw/usb-ohci.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/hw/usb-ohci.h b/hw/usb-ohci.h index aadc365160..eefcef3602 100644 --- a/hw/usb-ohci.h +++ b/hw/usb-ohci.h @@ -3,8 +3,7 @@ #include "qemu-common.h" -void usb_ohci_init_pci(struct PCIBus *bus, int devfn, int be); -void usb_ohci_init_pxa(target_phys_addr_t base, int num_ports, int devfn, - qemu_irq irq, int be); +void usb_ohci_init_pci(struct PCIBus *bus, int devfn); + #endif |