commit | e9d0d527992566ebef9826962ff1745b2f082b92 | [log] [tgz] |
---|---|---|
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | Fri Oct 19 10:55:24 2007 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Wed Oct 24 00:29:14 2007 +0200 |
tree | 25dd5ded3506e003150edf528d3b5bfaeab1ebb0 | |
parent | 9c4884f54da982ce990c7d1760ac81b0704d3c64 [diff] |
delta: Fix OHCI_REGS_BASE undeclared and wait_ms implicit declaration Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
diff --git a/cpu/pxa/usb.c b/cpu/pxa/usb.c index d2812a4..72b7dfa 100644 --- a/cpu/pxa/usb.c +++ b/cpu/pxa/usb.c
@@ -27,6 +27,7 @@ # if defined(CONFIG_CPU_MONAHANS) || defined(CONFIG_PXA27X) #include <asm/arch/pxa-regs.h> +#include <usb.h> int usb_cpu_init(void) {