From b0b9962656a5051aff502b75821c90872d7e295e Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Mon, 5 Feb 2018 09:24:30 +1100 Subject: [PATCH] pinctrl: files should directly include apis they use Fixes: b1e78d993f6c ("pinctrl: remove include file from ") Signed-off-by: Stephen Rothwell Signed-off-by: Linus Torvalds --- drivers/usb/host/ehci-st.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/host/ehci-st.c b/drivers/usb/host/ehci-st.c index 3c1362ab70be6..dc42981047c91 100644 --- a/drivers/usb/host/ehci-st.c +++ b/drivers/usb/host/ehci-st.c @@ -23,6 +23,7 @@ #include #include #include +#include #include "ehci.h" -- 2.39.5