pinctrl: st: Include the right header
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 20 Aug 2019 11:11:35 +0000 (13:11 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 21 Aug 2019 07:02:40 +0000 (09:02 +0200)
commit954fc5d20454b6d1c14ea5177c72a9b7d22b8e13
tree6a4d13c4e7b6afe2aea43563eb1b8b506484c436
parent6e28aaab07c19fb97cedea9840ef796f1a772350
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. <linux/of_gpio.h> has to remain as the driver is calling
of_get_named_gpio().

Cc: Patrice Chotard <patrice.chotard@st.com>
Cc: Maxime Coquelin <maxime.coquelin@st.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20190820111135.10701-1-linus.walleij@linaro.org
drivers/pinctrl/pinctrl-st.c