summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-04-13 15:45:50 -0400
committerTom Rini <trini@konsulko.com>2016-04-13 15:45:50 -0400
commitff6552e8cc13c9b2283002144e297d63b30ac400 (patch)
treea324b57a6d4ffa23ad48706cac81f547dbb121e4
parent541c9be880d601cb0230dc7452c398167ed1eaac (diff)
downloadtalos-obmc-uboot-ff6552e8cc13c9b2283002144e297d63b30ac400.tar.gz
talos-obmc-uboot-ff6552e8cc13c9b2283002144e297d63b30ac400.zip
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>
-rw-r--r--board/ccv/xpress/xpress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ccv/xpress/xpress.c b/board/ccv/xpress/xpress.c
index 6fc76cd156..3193abf0b0 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;
OpenPOWER on IntegriCloud