提交 4accb8a1 编写于 作者: F Felipe Balbi

usb: dwc3: st: add missing <linux/pinctrl/consumer.h> include

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: NFelipe Balbi <felipe.balbi@linux.intel.com>
上级 9b9d7cdd
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/regmap.h> #include <linux/regmap.h>
#include <linux/reset.h> #include <linux/reset.h>
#include <linux/pinctrl/consumer.h>
#include <linux/usb/of.h> #include <linux/usb/of.h>
#include "core.h" #include "core.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册