From: Arnd Bergmann Date: Wed, 8 Mar 2023 14:52:53 +0000 (+0100) Subject: mips: ar7: include linux/gpio/driver.h X-Git-Tag: v6.4-rc1~156^2~1^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=424b21e01aafc98a9c086f00b3ad1874302b92fc;p=thirdparty%2Fkernel%2Flinux.git mips: ar7: include linux/gpio/driver.h The change to remove the implicit gpio/driver.h include was done after fixing all the other users, but the ar7 file still needs the same change. Reported-by: Naresh Kamboju Fixes: 21d9526d13b5 ("gpiolib: Make the legacy consumer-only") Signed-off-by: Arnd Bergmann Reviewed-by: Florian Fainelli Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Linus Walleij Reviewed-by: Andy Shevchenko Signed-off-by: Andy Shevchenko --- diff --git a/arch/mips/ar7/gpio.c b/arch/mips/ar7/gpio.c index ae0e01b9438ff..4ed833b9cc2f7 100644 --- a/arch/mips/ar7/gpio.c +++ b/arch/mips/ar7/gpio.c @@ -7,7 +7,7 @@ #include #include -#include +#include #include