linux-next/drivers/net/can/ctucanfd
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
..
ctucanfd_base.c can: dev: fix skb drop check 2022-11-07 14:00:27 +01:00
ctucanfd_kframe.h
ctucanfd_kregs.h can: ctucanfd: Update CTU CAN FD IP core registers to match version 3.x. 2022-07-19 20:57:46 +02:00
ctucanfd_pci.c can: ctucanfd: Remove redundant pci_clear_master 2023-03-24 19:11:20 +01:00
ctucanfd_platform.c can: Switch back to struct platform_driver::remove() 2024-09-11 09:37:16 +02:00
ctucanfd.h
Kconfig can: ctucanfd: Drop obsolete dependency on COMPILE_TEST 2022-12-12 11:39:11 +01:00
Makefile can: ctucanfd: CTU CAN FD open-source IP core - platform/SoC support. 2022-04-19 17:12:14 +02:00