On Wed 08 Apr 00:05 PDT 2020, YueHaibing wrote: > Remove duplicated include. > Missed that in my review, thanks. Fixes: 13bec8d49bdf ("pinctrl: qcom: use scm_call to route GPIO irq to Apps") Reviewed-by: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx> > Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx> Regards, Bjorn > --- > drivers/pinctrl/qcom/pinctrl-msm.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/pinctrl/qcom/pinctrl-msm.c b/drivers/pinctrl/qcom/pinctrl-msm.c > index 9a398a211d30..898fc041e197 100644 > --- a/drivers/pinctrl/qcom/pinctrl-msm.c > +++ b/drivers/pinctrl/qcom/pinctrl-msm.c > @@ -23,7 +23,6 @@ > #include <linux/pm.h> > #include <linux/log2.h> > #include <linux/qcom_scm.h> > -#include <linux/io.h> > > #include <linux/soc/qcom/irq.h> > > >