twx-linux/drivers/net/can/sja1000
Uwe Kleine-König 221013afb4 can: Switch back to struct platform_driver::remove()
After commit 0edb555a65d1 ("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
..
ems_pci.c
ems_pcmcia.c
f81601.c
Kconfig net: handle HAS_IOPORT dependencies 2024-04-08 11:56:56 +01:00
kvaser_pci.c
Makefile
peak_pci.c can: peak_pci: replace deprecated strncpy with strscpy 2023-10-05 09:51:18 +02:00
peak_pcmcia.c
plx_pci.c can: sja1000: plx_pci: Reuse predefined CTI subvendor ID 2024-06-20 11:52:56 +02:00
sja1000_isa.c can: Switch back to struct platform_driver::remove() 2024-09-11 09:37:16 +02:00
sja1000_platform.c can: Switch back to struct platform_driver::remove() 2024-09-11 09:37:16 +02:00
sja1000.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2023-10-12 17:07:34 -07:00
sja1000.h
tscan1.c