From f526aee31fd1977678588bb089897c80a5cddc85 Mon Sep 17 00:00:00 2001 From: Sean Anderson Date: Sun, 4 Oct 2020 21:39:53 -0400 Subject: usb: xhci: Include device_compat.h This header is necessary for the dev_xxx macros. Signed-off-by: Sean Anderson --- drivers/usb/host/xhci-mtk.c | 5 +++-- drivers/usb/host/xhci.c | 7 ++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/drivers/usb/host/xhci-mtk.c b/drivers/usb/host/xhci-mtk.c index f3f181dae01..f62e232d218 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 3547a9bad15..7080f8fabe7 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 -- cgit v1.2.3