Explorar el Código

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>
Tom Rini hace 9 años
padre
commit
ff6552e8cc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      board/ccv/xpress/xpress.c

+ 1 - 1
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;