linux-stable/drivers/leds/blink
Uwe Kleine-König 6bdc6d4a37 leds: 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/leds/ 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.

While touching these files, make indention of the struct initializer
consistent in several files.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
Link: https://lore.kernel.org/r/20241010203622.839625-5-u.kleine-koenig@baylibre.com
Signed-off-by: Lee Jones <lee@kernel.org>
2024-10-15 09:58:10 +01:00
..
Kconfig leds: bcm63138: Rename dependency symbol ARCH_BCM4908 to ARCH_BCMBCA 2023-07-28 09:59:58 +01:00
leds-bcm63138.c leds: bcm63138: Add some register defines 2024-10-11 08:37:16 +01:00
leds-lgm-sso.c leds: Switch back to struct platform_driver::remove() 2024-10-15 09:58:10 +01:00
Makefile leds: bcm63138: add support for BCM63138 controller 2022-07-17 13:35:46 +02:00