Other callsites of this function were fixed, but one was missed, causing CI breakage. Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> --- drivers/usb/imx/chipidea-imx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/imx/chipidea-imx.c b/drivers/usb/imx/chipidea-imx.c index c5e6ce61e957..9597acef4240 100644 --- a/drivers/usb/imx/chipidea-imx.c +++ b/drivers/usb/imx/chipidea-imx.c @@ -18,6 +18,7 @@ #include <linux/usb/fsl_usb2.h> #include <linux/err.h> #include <linux/phy/phy.h> +#include <linux/usb/of.h> #include <linux/clk.h> #define MXC_EHCI_PORTSC_MASK ((0xf << 28) | (1 << 25)) -- 2.39.5