diff options
Diffstat (limited to 'cpu/pxa/usb.c')
-rw-r--r-- | cpu/pxa/usb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/pxa/usb.c b/cpu/pxa/usb.c index d2812a413ed..72b7dfadfe7 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) { |