summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-zynq.c
diff options
context:
space:
mode:
authorMateusz Kulikowski <mateusz.kulikowski@gmail.com>2016-04-01 00:12:23 +0300
committerTom Rini <trini@konsulko.com>2016-04-02 00:18:10 +0300
commite162c6b1a758c6bda26417c1075fef7a97fb6743 (patch)
treec444f101b6f68b12362f5a957a740fcd0244d0a3 /drivers/usb/host/ehci-zynq.c
parent64160a545d79aefc8b17590532332836ff409883 (diff)
downloadu-boot-e162c6b1a758c6bda26417c1075fef7a97fb6743.tar.xz
usb: Rename ehci-fsl.h to ehci-ci.h
Most of ehci-fsl header describe USB controller designed by Chipidea and used by various SoC vendors. This patch renames it to a generic header: ehci-ci.h Contents of file are not changed (so it contains several references to freescale SoCs). Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> Acked-by: Marek Vasut <marex@denx.de> Tested-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/usb/host/ehci-zynq.c')
-rw-r--r--drivers/usb/host/ehci-zynq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-zynq.c b/drivers/usb/host/ehci-zynq.c
index 7770d05646..37a7935b43 100644
--- a/drivers/usb/host/ehci-zynq.c
+++ b/drivers/usb/host/ehci-zynq.c
@@ -11,7 +11,7 @@
#include <asm/arch/sys_proto.h>
#include <asm/io.h>
#include <usb.h>
-#include <usb/ehci-fsl.h>
+#include <usb/ehci-ci.h>
#include <usb/ulpi.h>
#include "ehci.h"