From: Linus Walleij Date: Tue, 20 Aug 2019 11:11:35 +0000 (+0200) Subject: pinctrl: st: Include the right header X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=954fc5d20454b6d1c14ea5177c72a9b7d22b8e13;p=linux.git pinctrl: st: Include the right header The ST pinctrl driver wants to provode a gpio_chip but is not including the header for this, fix the inclusion to use the right header. has to remain as the driver is calling of_get_named_gpio(). Cc: Patrice Chotard Cc: Maxime Coquelin Signed-off-by: Linus Walleij Link: https://lore.kernel.org/r/20190820111135.10701-1-linus.walleij@linaro.org --- diff --git a/drivers/pinctrl/pinctrl-st.c b/drivers/pinctrl/pinctrl-st.c index b9688ea548dac..25236b716fb37 100644 --- a/drivers/pinctrl/pinctrl-st.c +++ b/drivers/pinctrl/pinctrl-st.c @@ -12,8 +12,9 @@ #include #include #include -#include +#include /* of_get_named_gpio() */ #include +#include #include #include #include