projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3527799
)
pinctrl: files should directly include apis they use
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Sun, 4 Feb 2018 22:24:30 +0000
(09:24 +1100)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Mon, 5 Feb 2018 17:41:54 +0000
(09:41 -0800)
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>
drivers/usb/host/ehci-st.c
patch
|
blob
|
history
diff --git
a/drivers/usb/host/ehci-st.c
b/drivers/usb/host/ehci-st.c
index
3c1362a
..
dc42981
100644
(file)
--- 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"