commit | 2bbbd7c7548cc402a0aae91097ce351d7761f3c2 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Apr 13 15:45:50 2016 -0400 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 13 15:45:50 2016 -0400 |
tree | a324b57a6d4ffa23ad48706cac81f547dbb121e4 | |
parent | a4b8b8ed113a42ece3a30753367715917d7daaae [diff] |
xpress: Update <usb/ehci-fsl.h> include This has been renamed to <usb/ehci-ci.h> some time ago but was missed here. Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/board/ccv/xpress/xpress.c b/board/ccv/xpress/xpress.c index 6fc76cd..3193abf 100644 --- a/board/ccv/xpress/xpress.c +++ b/board/ccv/xpress/xpress.c
@@ -23,7 +23,7 @@ #include <mmc.h> #include <netdev.h> #include <usb.h> -#include <usb/ehci-fsl.h> +#include <usb/ehci-ci.h> DECLARE_GLOBAL_DATA_PTR;