From: Stephen Rothwell Date: Sun, 4 Feb 2018 22:24:30 +0000 (+1100) Subject: pinctrl: files should directly include apis they use X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=567af7fc9d87df3228ef59864f77fe100ec0cee3;p=linux.git pinctrl: files should directly include apis they use Fixes: 23c35f48f5fb ("pinctrl: remove include file from ") Signed-off-by: Stephen Rothwell Signed-off-by: Linus Torvalds --- 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"