From 805ad7ee2d45dcc25c8f0f6b14e72b9fd812ff1a Mon Sep 17 00:00:00 2001 From: Albert ARIBAUD Date: Sun, 15 Jan 2012 22:08:40 +0000 Subject: orion5x: add USB host ehci-marvell support Signed-off-by: Albert ARIBAUD --- drivers/usb/host/ehci-marvell.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'drivers/usb/host') diff --git a/drivers/usb/host/ehci-marvell.c b/drivers/usb/host/ehci-marvell.c index e342d78..89c8af7 100644 --- a/drivers/usb/host/ehci-marvell.c +++ b/drivers/usb/host/ehci-marvell.c @@ -28,7 +28,12 @@ #include "ehci.h" #include "ehci-core.h" #include + +#if defined(CONFIG_KIRKWOOD) #include +#elif defined(CONFIG_ORION5X) +#include +#endif DECLARE_GLOBAL_DATA_PTR; -- cgit v1.1