From: Linus Walleij Date: Wed, 14 Aug 2019 07:20:32 +0000 (+0200) Subject: pinctrl: sh-pfc: Include the right header X-Git-Tag: Ubuntu-5.4-5.4.0-11.14~2017^2~13^2~3 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=df62267ddec54d93b6e280ba57052e7ecf3633f4;p=mirror_ubuntu-focal-kernel.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 64c09aa374ae..5a55b8da7919 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