diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2024-04-12 19:33:32 +0200 |
---|---|---|
committer | Marc Kleine-Budde <mkl@pengutronix.de> | 2024-06-20 11:52:56 +0200 |
commit | b1dc3c68e977273397619d901b34f25634666c24 (patch) | |
tree | 6990f455bdbaad13c72591bc0cab35959db71744 /drivers/net/can/sja1000 | |
parent | Merge branch 'ionic-rework-fix-for-doorbell-miss' (diff) | |
download | linux-b1dc3c68e977273397619d901b34f25634666c24.tar.xz linux-b1dc3c68e977273397619d901b34f25634666c24.zip |
can: mcp251x: Fix up includes
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@linux.intel.com>
Reviewed-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr>
Link: https://lore.kernel.org/all/20240412173332.186685-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'drivers/net/can/sja1000')
0 files changed, 0 insertions, 0 deletions