Re: [PATCH] mips: ar71: include linux/gpio/driver.h

From: Philippe Mathieu-Daudé
Date: Thu Mar 09 2023 - 10:01:27 EST


On 8/3/23 15:52, Arnd Bergmann wrote:
From: Arnd Bergmann <arnd@xxxxxxxx>

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 <naresh.kamboju@xxxxxxxxxx>
Fixes: 21d9526d13b5 ("gpiolib: Make the legacy <linux/gpio.h> consumer-only")
Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
---
arch/mips/ar7/gpio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>