linux/drivers/staging/octeon
Sergio Paracuellos c1a5060ec8 staging: 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 staging 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: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Link: https://lore.kernel.org/r/20241001085751.282113-1-sergio.paracuellos@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2024-10-09 11:54:53 +02:00
..
Kconfig
Makefile
TODO staging: octeon: delete my name from TODO contact 2023-05-08 16:09:33 +02:00
ethernet-defines.h
ethernet-mdio.c staging: octeon: Don't bother filling in ethtool driver version 2024-03-05 14:02:27 +00:00
ethernet-mdio.h
ethernet-mem.c
ethernet-mem.h
ethernet-rgmii.c
ethernet-rx.c
ethernet-rx.h
ethernet-sgmii.c
ethernet-spi.c
ethernet-tx.c staging: octeon: Use new initialization api for tasklet 2024-10-09 11:47:26 +02:00
ethernet-tx.h
ethernet-util.h
ethernet.c staging: Switch back to struct platform_driver::remove() 2024-10-09 11:54:53 +02:00
octeon-ethernet.h
octeon-stubs.h Staging: octeon: Match parenthesis alignment 2024-03-05 14:03:15 +00:00