diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2018-02-05 09:24:30 +1100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-02-05 09:41:54 -0800 |
commit | 567af7fc9d87df3228ef59864f77fe100ec0cee3 (patch) | |
tree | c1484adfc6bb761482a5c0be0c8a72966607ba29 | |
parent | 35277995e17919ab838beae765f440674e8576eb (diff) |
pinctrl: files should directly include apis they use
Fixes: 23c35f48f5fb ("pinctrl: remove include file from <linux/device.h>")
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | drivers/usb/host/ehci-st.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <linux/usb.h> #include <linux/usb/hcd.h> #include <linux/usb/ehci_pdriver.h> +#include <linux/pinctrl/consumer.h> #include "ehci.h" |