Re: [PATCH net-next v1 1/1] can: mcp251x: Fix up includes
From: Vincent MAILHOL
Date: Sat Apr 13 2024 - 05:02:11 EST
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>