From: Linus Walleij Date: Thu, 3 Nov 2022 10:15:35 +0000 (+0100) Subject: mips: alchemy: gpio: Include the right header X-Git-Tag: v6.1-rc5~1^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a296157859287c3b639f7228354c13f7182ed71;p=platform%2Fkernel%2Flinux-starfive.git mips: alchemy: gpio: Include the right header The local GPIO driver in the MIPS Alchemy is including the legacy header but what it wants is to implement a GPIO driver so include instead. Cc: Bartosz Golaszewski Cc: linux-gpio@vger.kernel.org Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Linus Walleij Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/alchemy/common/gpiolib.c b/arch/mips/alchemy/common/gpiolib.c index a17d7a8..1b16daa 100644 --- a/arch/mips/alchemy/common/gpiolib.c +++ b/arch/mips/alchemy/common/gpiolib.c @@ -31,7 +31,7 @@ #include #include #include -#include +#include #include #include