linux/drivers/net/wireless/ath/ath5k
Uwe Kleine-König b41f96ecb9 wifi: 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/wireless 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.

En passant several whitespace changes are done to make indentation
consistent in the struct initializers.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
Acked-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Acked-by: Toke Høiland-Jørgensen <toke@toke.dk>
Acked-by: Arend van Spriel <arend.vanspriel@broadcom.com>
Acked-by: Jiri Slaby <jirislaby@kernel.org>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://patch.msgid.link/20241106170706.38922-2-u.kleine-koenig@baylibre.com
2024-11-11 14:10:45 +02:00
..
Kconfig
Makefile
ahb.c wifi: Switch back to struct platform_driver::remove() 2024-11-11 14:10:45 +02:00
ani.c
ani.h
ath5k.h
attach.c
base.c
base.h
caps.c
debug.c
debug.h
desc.c
desc.h
dma.c
eeprom.c
eeprom.h
gpio.c
initvals.c
led.c
mac80211-ops.c
pci.c wifi: ath5k: add PCI ID for Arcadyan devices 2024-10-16 07:43:07 -07:00
pcu.c
phy.c
qcu.c
reg.h
reset.c
rfbuffer.h
rfgain.h
rfkill.c
sysfs.c
trace.h