u-boot/arch/powerpc/cpu/ppc4xx
Mike Frysinger 5b84dd67cf usb: replace wait_ms() with mdelay()
Common code has a mdelay() func, so use that instead of the usb-specific
wait_ms() func.  This also fixes the build errors:

ohci-hcd.c: In function 'submit_common_msg':
/usr/local/src/u-boot/blackfin/include/usb.h:202:44: sorry, unimplemented: inlining failed in call to 'wait_ms': function body not available
ohci-hcd.c:1519:9: sorry, unimplemented: called from here
/usr/local/src/u-boot/blackfin/include/usb.h:202:44: sorry, unimplemented: inlining failed in call to 'wait_ms': function body not available
ohci-hcd.c:1816:10: sorry, unimplemented: called from here
/usr/local/src/u-boot/blackfin/include/usb.h:202:44: sorry, unimplemented: inlining failed in call to 'wait_ms': function body not available
ohci-hcd.c:1827:10: sorry, unimplemented: called from here
/usr/local/src/u-boot/blackfin/include/usb.h:202:44: sorry, unimplemented: inlining failed in call to 'wait_ms': function body not available
ohci-hcd.c:1844:10: sorry, unimplemented: called from here
/usr/local/src/u-boot/blackfin/include/usb.h:202:44: sorry, unimplemented: inlining failed in call to 'wait_ms': function body not available
ohci-hcd.c:1563:11: sorry, unimplemented: called from here
/usr/local/src/u-boot/blackfin/include/usb.h:202:44: sorry, unimplemented: inlining failed in call to 'wait_ms': function body not available
ohci-hcd.c:1583:9: sorry, unimplemented: called from here
make[1]: *** [ohci-hcd.o] Error 1

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Acked-by: Marek Vasut <marex@denx.de>
2012-03-19 00:08:16 +01:00
..
4xx_ibm_ddr2_autocalib.c
4xx_pci.c
4xx_pcie.c
4xx_uart.c
40x_spd_sdram.c
44x_spd_ddr.c
44x_spd_ddr2.c
bedbug_405.c
cache.S
cmd_chip_config.c
cmd_ecctest.c
config.mk
cpu.c
cpu_init.c
dcr.S
denali_data_eye.c
denali_spd_ddr2.c
ecc.c
ecc.h
fdt.c
gpio.c
interrupts.c
iop480_uart.c
kgdb.S
Makefile
miiphy.c
reginfo.c
resetvec.S
sdram.c
sdram.h
speed.c
start.S
tlb.c
traps.c
u-boot.lds
uic.c
usb.c
usb_ohci.c
usb_ohci.h
xilinx_irq.c