aboutsummaryrefslogtreecommitdiff
path: root/hw/pxa.h
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2010-04-05 19:57:40 +0100
committerPaul Brook <paul@codesourcery.com>2010-04-05 19:57:40 +0100
commit61d3cf93e2676282ba1a8d568b2406257f208b26 (patch)
tree43fc3b106d24bdf1c474a23857873974e1b2235f /hw/pxa.h
parent4f78c9ad5a6076a37a944ededfbec508861103f7 (diff)
OHCI qdev conversion
Convert remaining OHCI devices to QDEV interface. Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'hw/pxa.h')
-rw-r--r--hw/pxa.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/pxa.h b/hw/pxa.h
index 2ca36c2f6a..8d6a8c3348 100644
--- a/hw/pxa.h
+++ b/hw/pxa.h
@@ -213,8 +213,4 @@ struct PXA2xxI2SState {
PXA2xxState *pxa270_init(unsigned int sdram_size, const char *revision);
PXA2xxState *pxa255_init(unsigned int sdram_size);
-/* usb-ohci.c */
-void usb_ohci_init_pxa(target_phys_addr_t base, int num_ports, int devfn,
- qemu_irq irq);
-
#endif /* PXA_H */