Re: [PATCH net-next v1 1/1] can: mcp251x: Fix up includes

From: Jiri Pirko
Date: Tue Mar 19 2024 - 06:25:34 EST


Mon, Mar 18, 2024 at 08:34:10PM CET, 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>

net-next is closed, send again next week.