diff options
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | 2019-09-11 11:33:46 +0200 |
---|---|---|
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | 2019-10-24 11:28:17 +0200 |
commit | 1708a12377b98397606677e117f93f07d7cd2f7e (patch) | |
tree | 3b93fcd1ed15eeadd20436f2d7b581fed0371ca2 /MAINTAINERS | |
parent | bbe3d4a6c14e17d251029e4dde07f184244e9a4a (diff) | |
download | u-boot-1708a12377b98397606677e117f93f07d7cd2f7e.tar.gz u-boot-1708a12377b98397606677e117f93f07d7cd2f7e.tar.bz2 u-boot-1708a12377b98397606677e117f93f07d7cd2f7e.zip |
usb: xhci: move xhci.h to include usb
The xhci.h header file is currently located under drivers/usb/xhci
Move it to the include/usb folder to make it available to drivers that
are not under drivers/usb/xhci
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a7c355c76f..48345f895d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -851,6 +851,7 @@ M: Bin Meng <bmeng.cn@gmail.com> S: Maintained T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git topic-xhci F: drivers/usb/host/xhci* +F: include/usb/xhci.h VIDEO M: Anatolij Gustschin <agust@denx.de> |