From 25f8bf6eff9e66df850301c5e9e5259807e286f0 Mon Sep 17 00:00:00 2001 From: Sughosh Ganu Date: Thu, 9 Aug 2012 10:45:20 +0000 Subject: da8xx/hawkboard: Add support for ohci host controller Also enable the ohci port on hawkboard. These additions result in an increased u-boot size -- adjust the same accordingly in the board's config. Move the usb header for da8xx platforms under arch-davinci. Signed-off-by: Sughosh Ganu --- drivers/usb/musb/da8xx.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'drivers/usb/musb/da8xx.c') diff --git a/drivers/usb/musb/da8xx.c b/drivers/usb/musb/da8xx.c index 617d88e..653410a 100644 --- a/drivers/usb/musb/da8xx.c +++ b/drivers/usb/musb/da8xx.c @@ -23,7 +23,8 @@ */ #include -#include "da8xx.h" +#include "musb_core.h" +#include /* MUSB platform configuration */ struct musb_config musb_cfg = { -- cgit v1.1