Commit 4accb8a1 authored by Felipe Balbi's avatar 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: default avatarFelipe Balbi <felipe.balbi@linux.intel.com>
parent 9b9d7cdd
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment