diff options
author | Tom Rini | 2016-04-13 15:45:50 -0400 |
---|---|---|
committer | Tom Rini | 2016-04-13 15:45:50 -0400 |
commit | ff6552e8cc13c9b2283002144e297d63b30ac400 (patch) | |
tree | a324b57a6d4ffa23ad48706cac81f547dbb121e4 /board/ccv/xpress | |
parent | 541c9be880d601cb0230dc7452c398167ed1eaac (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>
Diffstat (limited to 'board/ccv/xpress')
-rw-r--r-- | board/ccv/xpress/xpress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ccv/xpress/xpress.c b/board/ccv/xpress/xpress.c index 6fc76cd1564..3193abf0b02 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; |