projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b9d7cd
)
usb: dwc3: st: add missing <linux/pinctrl/consumer.h> include
author
Felipe Balbi
<felipe.balbi@linux.intel.com>
Fri, 21 Oct 2016 12:23:59 +0000
(15:23 +0300)
committer
Felipe Balbi
<felipe.balbi@linux.intel.com>
Mon, 31 Oct 2016 09:14:27 +0000
(11:14 +0200)
dwc3-st uses pinctrl_pm_select_*_state() however it
doesn't include the necessary header. Fix the build
break caused by that, by simply including the
missing header.
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/dwc3/dwc3-st.c
patch
|
blob
|
history
diff --git
a/drivers/usb/dwc3/dwc3-st.c
b/drivers/usb/dwc3/dwc3-st.c
index 89a2f712fdfe32f5fc0a6fc0681b0d8db005e2a2..aaaf256f71dd63091aec15f0e6b64eaec03ef8f0 100644
(file)
--- a/
drivers/usb/dwc3/dwc3-st.c
+++ b/
drivers/usb/dwc3/dwc3-st.c
@@
-31,6
+31,7
@@
#include <linux/slab.h>
#include <linux/regmap.h>
#include <linux/reset.h>
+#include <linux/pinctrl/consumer.h>
#include <linux/usb/of.h>
#include "core.h"