linux/drivers/net/ipa
Uwe Kleine-König 46e338bbd7 net: 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 after the previous
conversion commits apart from the wireless 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>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2024-10-04 16:39:57 -07:00
..
data net: ipa: more include file cleanup 2024-04-18 13:01:05 +02:00
reg net: ipa: remove unneeded FILT_ROUT_HASH_EN definitions 2024-04-23 13:08:08 +02:00
gsi_private.h net: ipa: add some needed struct declarations 2024-04-18 13:01:05 +02:00
gsi_reg.c net: ipa: sort all includes 2024-04-18 13:01:05 +02:00
gsi_reg.h
gsi_trans.c net: ipa: sort all includes 2024-04-18 13:01:05 +02:00
gsi_trans.h net: ipa: sort all includes 2024-04-18 13:01:05 +02:00
gsi.c net: ipa: allocate dummy net_device dynamically 2024-04-24 12:00:16 +01:00
gsi.h net: ipa: allocate dummy net_device dynamically 2024-04-24 12:00:16 +01:00
ipa_cmd.c net: ipa: sort all includes 2024-04-18 13:01:05 +02:00
ipa_cmd.h net: ipa: fix two minor ipa_cmd problems 2024-04-23 13:08:08 +02:00
ipa_data.h net: ipa: sort all includes 2024-04-18 13:01:05 +02:00
ipa_endpoint.c net: ipa: sort all includes 2024-04-18 13:01:05 +02:00
ipa_endpoint.h net: ipa: fix two bogus argument names 2024-04-23 13:08:08 +02:00
ipa_gsi.c net: ipa: sort all includes 2024-04-18 13:01:05 +02:00
ipa_gsi.h
ipa_interrupt.c net: ipa: call device_init_wakeup() earlier 2024-04-23 13:08:08 +02:00
ipa_interrupt.h net: ipa: sort all includes 2024-04-18 13:01:05 +02:00
ipa_main.c net: Switch back to struct platform_driver::remove() 2024-10-04 16:39:57 -07:00
ipa_mem.c net: ipa: sort all includes 2024-04-18 13:01:05 +02:00
ipa_mem.h net: ipa: include some standard header files 2024-04-18 13:01:05 +02:00
ipa_modem.c net: ipa: sort all includes 2024-04-18 13:01:05 +02:00
ipa_modem.h net: ipa: sort all includes 2024-04-18 13:01:05 +02:00
ipa_power.c net: ipa: make use of dev_err_cast_probe() 2024-08-29 11:41:05 -07:00
ipa_power.h net: ipa: call device_init_wakeup() earlier 2024-04-23 13:08:08 +02:00
ipa_qmi_msg.c net: ipa: sort all includes 2024-04-18 13:01:05 +02:00
ipa_qmi_msg.h net: ipa: sort all includes 2024-04-18 13:01:05 +02:00
ipa_qmi.c net: ipa: sort all includes 2024-04-18 13:01:05 +02:00
ipa_qmi.h net: ipa: sort all includes 2024-04-18 13:01:05 +02:00
ipa_reg.c net: ipa: sort all includes 2024-04-18 13:01:05 +02:00
ipa_reg.h net: ipa: more include file cleanup 2024-04-18 13:01:05 +02:00
ipa_resource.c net: ipa: remove unneeded standard includes 2024-04-18 13:01:05 +02:00
ipa_resource.h
ipa_smp2p.c net: ipa: sort all includes 2024-04-18 13:01:05 +02:00
ipa_smp2p.h net: ipa: pass a platform device to ipa_smp2p_init() 2024-03-04 11:44:41 +00:00
ipa_sysfs.c net: ipa: sort all includes 2024-04-18 13:01:05 +02:00
ipa_sysfs.h net: ipa: eliminate unneeded struct declarations 2024-04-18 13:01:05 +02:00
ipa_table.c net: ipa: make ipa_table_hash_support() a real function 2024-04-23 13:08:08 +02:00
ipa_table.h net: ipa: make ipa_table_hash_support() a real function 2024-04-23 13:08:08 +02:00
ipa_uc.c net: ipa: sort all includes 2024-04-18 13:01:05 +02:00
ipa_uc.h net: ipa: eliminate unneeded struct declarations 2024-04-18 13:01:05 +02:00
ipa_version.h net: ipa: kill ipa_version_supported() 2024-04-23 13:08:08 +02:00
ipa.h net: ipa: sort all includes 2024-04-18 13:01:05 +02:00
Kconfig
Makefile
reg.h net: ipa: sort all includes 2024-04-18 13:01:05 +02:00