From: Sean Anderson Date: Mon, 5 Oct 2020 01:39:53 +0000 (-0400) Subject: usb: xhci: Include device_compat.h X-Git-Tag: baikal/mips/sdk5.9~168^2~7 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=debfa71cb9245b89a483fd8873527ed3fa007df3;p=uboot.git usb: xhci: Include device_compat.h This header is necessary for the dev_xxx macros. Signed-off-by: Sean Anderson --- diff --git a/drivers/usb/host/xhci-mtk.c b/drivers/usb/host/xhci-mtk.c index f3f181dae0..f62e232d21 100644 --- a/drivers/usb/host/xhci-mtk.c +++ b/drivers/usb/host/xhci-mtk.c @@ -7,15 +7,16 @@ #include #include #include +#include #include #include #include +#include #include +#include #include #include -#include #include -#include /* IPPC (IP Port Control) registers */ #define IPPC_IP_PW_CTRL0 0x00 diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c index 3547a9bad1..7080f8fabe 100644 --- a/drivers/usb/host/xhci.c +++ b/drivers/usb/host/xhci.c @@ -22,11 +22,13 @@ #include #include #include +#include #include -#include -#include #include +#include +#include #include +#include #include #include #include @@ -34,7 +36,6 @@ #include #include #include -#include #ifndef CONFIG_USB_MAX_CONTROLLER_COUNT #define CONFIG_USB_MAX_CONTROLLER_COUNT 1