summaryrefslogtreecommitdiff
path: root/cpu/pxa
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2007-10-19 10:55:24 +0200
committerWolfgang Denk <wd@denx.de>2007-10-24 00:29:14 +0200
commite9d0d527992566ebef9826962ff1745b2f082b92 (patch)
tree25dd5ded3506e003150edf528d3b5bfaeab1ebb0 /cpu/pxa
parent9c4884f54da982ce990c7d1760ac81b0704d3c64 (diff)
delta: Fix OHCI_REGS_BASE undeclared and wait_ms implicit declaration
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'cpu/pxa')
-rw-r--r--cpu/pxa/usb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/pxa/usb.c b/cpu/pxa/usb.c
index d2812a413..72b7dfadf 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)
{