summaryrefslogtreecommitdiff
path: root/hw/devices.h
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2010-04-04 21:18:26 +0100
committerPaul Brook <paul@codesourcery.com>2010-04-04 21:18:26 +0100
commita67ba3b6f88acaca5ee19e583dcdcd9d9288b072 (patch)
tree74dc47a3e28269c9b14fe354892b8eca295c9f67 /hw/devices.h
parent36368cf0d513efff45b0dbb4350cdc04a2bee0c8 (diff)
downloadqemu-a67ba3b6f88acaca5ee19e583dcdcd9d9288b072.tar.gz
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/devices.h')
-rw-r--r--hw/devices.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/devices.h b/hw/devices.h
index e9e8ec7a77..0ac561d91b 100644
--- a/hw/devices.h
+++ b/hw/devices.h
@@ -69,5 +69,5 @@ void sm501_init(uint32_t base, uint32_t local_mem_bytes, qemu_irq irq,
/* usb-ohci.c */
void usb_ohci_init_sm501(uint32_t mmio_base, uint32_t localmem_base,
- int num_ports, int devfn, qemu_irq irq, int be);
+ int num_ports, int devfn, qemu_irq irq);
#endif