3
0
Fork 0
forked from mirrors/linux
kernel/drivers/net/ethernet/smsc
Uwe Kleine-König e96321fad3 net: ethernet: 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 platform drivers below drivers/net/ethernet 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/18f7c585a1a8a8ac8b03a2fca7de19bd5c52ac2b.1727949050.git.u.kleine-koenig@baylibre.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2024-10-04 16:39:56 -07:00
..
epic100.c net: drop the weight argument from netif_napi_add 2022-09-28 18:57:14 -07:00
Kconfig net: handle HAS_IOPORT dependencies 2024-04-08 11:56:56 +01:00
Makefile net: remove smc911x driver 2022-10-18 19:33:51 -07:00
smc91c92_cs.c net: annotate data-races around dev->if_port 2024-05-08 18:51:30 -07:00
smc91x.c net: ethernet: Switch back to struct platform_driver::remove() 2024-10-04 16:39:56 -07:00
smc91x.h net: smc91x: Fix pointer types 2024-06-01 15:14:12 -07:00
smc9194.c net: smc9194: add missing MODULE_DESCRIPTION() macro 2024-06-19 17:22:33 -07:00
smc9194.h
smsc911x.c net: ethernet: Switch back to struct platform_driver::remove() 2024-10-04 16:39:56 -07:00
smsc911x.h
smsc9420.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
smsc9420.h eth: smsc: remove a copy of the NAPI_POLL_WEIGHT define 2022-04-29 11:56:41 +01:00