linux/drivers/net/can/flexcan
Uwe Kleine-König 221013afb4 can: Switch back to struct platform_driver::remove()
After commit 0edb555a65 ("platform: Make platform_driver::remove()
return void") .remove() is (again) the right callback to implement for
platform drivers.

Convert all can drivers to use .remove(), with the eventual goal to drop
struct platform_driver::remove_new(). As .remove() and .remove_new() have
the same prototypes, conversion is done by just changing the structure
member name in the driver initializer.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
Link: https://patch.msgid.link/20240909072742.381003-2-u.kleine-koenig@baylibre.com
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
2024-09-11 09:37:16 +02:00
..
flexcan-core.c can: Switch back to struct platform_driver::remove() 2024-09-11 09:37:16 +02:00
flexcan-ethtool.c can: tree-wide: advertise software timestamping capabilities 2022-07-28 11:44:01 +02:00
flexcan.h can: flexcan: add wakeup support for imx95 2024-08-05 16:45:45 +02:00
Makefile can: flexcan: add ethtool support to change rx-rtr setting during runtime 2022-01-08 21:22:26 +01:00