linux/drivers/net/ethernet/8390
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
..
8390.c net: fill in MODULE_DESCRIPTION()s for 8390 2024-01-24 15:12:20 -08:00
8390.h net: ethernet: 8390: Convert unversioned GPL notice to SPDX license identifier 2023-05-16 15:38:07 +02:00
8390p.c net: fill in MODULE_DESCRIPTION()s for 8390 2024-01-24 15:12:20 -08:00
Kconfig net: handle HAS_IOPORT dependencies 2024-04-08 11:56:56 +01:00
Makefile
apne.c net: fill in MODULE_DESCRIPTION()s for 8390 2024-01-24 15:12:20 -08:00
ax88796.c net: ethernet: Switch back to struct platform_driver::remove() 2024-10-04 16:39:56 -07:00
axnet_cs.c net: ethernet: 8390: Convert unversioned GPL notice to SPDX license identifier 2023-05-16 15:38:07 +02:00
etherh.c net: annotate data-races around dev->if_port 2024-05-08 18:51:30 -07:00
hydra.c net: fill in MODULE_DESCRIPTION()s for 8390 2024-01-24 15:12:20 -08:00
lib8390.c net: ethernet: 8390: Convert unversioned GPL notice to SPDX license identifier 2023-05-16 15:38:07 +02:00
mac8390.c net: ethernet: 8390: Convert unversioned GPL notice to SPDX license identifier 2023-05-16 15:38:07 +02:00
mcf8390.c net: ethernet: Switch back to struct platform_driver::remove() 2024-10-04 16:39:56 -07:00
ne.c net: ethernet: Switch back to struct platform_driver::remove() 2024-10-04 16:39:56 -07:00
ne2k-pci.c net: ethernet: 8390: ne2k-pci: remove unused struct 'ne2k_pci_card' 2024-05-28 15:21:12 +02:00
pcnet_cs.c net: annotate data-races around dev->if_port 2024-05-08 18:51:30 -07:00
smc-ultra.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2023-05-18 14:39:34 -07:00
stnic.c net: fill in MODULE_DESCRIPTION()s for 8390 2024-01-24 15:12:20 -08:00
wd.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2023-05-18 14:39:34 -07:00
xsurf100.c xsurf100: drop include of lib8390.c 2021-08-03 13:05:26 +01:00
zorro8390.c net: fill in MODULE_DESCRIPTION()s for 8390 2024-01-24 15:12:20 -08:00