From: Linus Walleij Date: Wed, 14 Aug 2019 07:20:32 +0000 (+0200) Subject: pinctrl: sh-pfc: Include the right header X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=df62267ddec54d93b6e280ba57052e7ecf3633f4;p=linux.git pinctrl: sh-pfc: Include the right header This is a GPIO driver, use the appropriate header rather than the legacy header. Cc: Geert Uytterhoeven Signed-off-by: Linus Walleij Signed-off-by: Geert Uytterhoeven --- diff --git a/drivers/pinctrl/sh-pfc/gpio.c b/drivers/pinctrl/sh-pfc/gpio.c index 64c09aa374ae0..5a55b8da79195 100644 --- a/drivers/pinctrl/sh-pfc/gpio.c +++ b/drivers/pinctrl/sh-pfc/gpio.c @@ -7,7 +7,7 @@ */ #include -#include +#include #include #include #include