From: Stephen Rothwell Date: Sun, 4 Feb 2018 22:24:30 +0000 (+1100) Subject: pinctrl: files should directly include apis they use X-Git-Tag: v4.16-rc1~70 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=567af7fc9d87df3228ef59864f77fe100ec0cee3;p=users%2Fhch%2Fmisc.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 3c1362ab70be..dc42981047c9 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"