diff options
| author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:12 +0000 |
|---|---|---|
| committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:12 +0000 |
| commit | f1698408f1dcb7548a21828a0b1e2b530fae3af3 (patch) | |
| tree | 491458ab922c56707622f1d78f3cabfcd3eceee0 /hw/pxa.h | |
| parent | 2d48377a8531de63ec1d0c4b9b1959dc4b78356c (diff) | |
| download | focaccia-qemu-f1698408f1dcb7548a21828a0b1e2b530fae3af3.tar.gz focaccia-qemu-f1698408f1dcb7548a21828a0b1e2b530fae3af3.zip | |
Compile usb-ohci only once
Push TARGET_WORDS_BIGENDIAN dependency to board level. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/pxa.h')
| -rw-r--r-- | hw/pxa.h | 4 |
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 */ |