From: Felipe Balbi Date: Fri, 21 Oct 2016 12:23:59 +0000 (+0300) Subject: usb: dwc3: st: add missing include X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4accb8a1ee7d82f02bcbacba0e50995c531918d4;p=linux-beck.git usb: dwc3: st: add missing 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: Felipe Balbi --- diff --git a/drivers/usb/dwc3/dwc3-st.c b/drivers/usb/dwc3/dwc3-st.c index 89a2f712fdfe..aaaf256f71dd 100644 --- a/drivers/usb/dwc3/dwc3-st.c +++ b/drivers/usb/dwc3/dwc3-st.c @@ -31,6 +31,7 @@ #include #include #include +#include #include #include "core.h"