On Sat. 13 Apr. 2024 at 02:33, Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> wrote: > This driver is including the legacy GPIO header <linux/gpio.h> > but the only thing it is using from that header is the wrong > define for GPIOF_DIR_OUT. > > Fix it up by using GPIO_LINE_DIRECTION_* macros respectively. > > Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Thank you for the patch. Reviewed-by: Vincent Mailhol <mailhol.vincent@xxxxxxxxxx>