linux-stable/drivers/net/can/rcar
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
..
Kconfig can: rcar: drop unneeded ARM dependency 2021-10-24 16:26:04 +02:00
Makefile can: rcar: add SPDX identifiers to Kconfig and Makefile 2018-11-28 16:19:53 +01:00
rcar_can.c can: Switch back to struct platform_driver::remove() 2024-09-11 09:37:16 +02:00
rcar_canfd.c can: Switch back to struct platform_driver::remove() 2024-09-11 09:37:16 +02:00