Re: [PATCH v2] sh: mach-x3proto: Add missing #include <linux/gpio/driver.h>

From: Andy Shevchenko
Date: Thu Mar 09 2023 - 12:47:07 EST


On Thu, Mar 09, 2023 at 03:41:13PM +0100, Geert Uytterhoeven wrote:
> shx3_defconfig:
>
> arch/sh/boards/mach-x3proto/setup.c: In function ‘x3proto_devices_setup’:
> arch/sh/boards/mach-x3proto/setup.c:246:62: error: invalid use of undefined type ‘struct gpio_chip’
> 246 | baseboard_buttons[i].gpio = x3proto_gpio_chip.base + i;
> | ^
>
> Fix this by replacing the include of the legacy <linux/gpio.h> by
> <linux/gpio/driver.h>.

Pushed to my review and testing queue, thanks!

--
With Best Regards,
Andy Shevchenko