[12/21] leds: remove s3c24xx driver
Commit Message
From: Arnd Bergmann <arnd@arndb.de>
The s3c24xx platform is gone, so the led driver can be
removed as well.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
drivers/leds/Kconfig | 8 ---
drivers/leds/Makefile | 1 -
drivers/leds/leds-s3c24xx.c | 83 ----------------------
include/linux/platform_data/leds-s3c24xx.h | 18 -----
4 files changed, 110 deletions(-)
delete mode 100644 drivers/leds/leds-s3c24xx.c
delete mode 100644 include/linux/platform_data/leds-s3c24xx.h
Comments
Hi!
> From: Arnd Bergmann <arnd@arndb.de>
>
> The s3c24xx platform is gone, so the led driver can be
> removed as well.
>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
git am failed, but I guess this is not critical...
Best regards,
Pavel
On 21/10/2022 16:27, Arnd Bergmann wrote:
> From: Arnd Bergmann <arnd@arndb.de>
>
> The s3c24xx platform is gone, so the led driver can be
> removed as well.
>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> ---
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Best regards,
Krzysztof
@@ -244,14 +244,6 @@ config LEDS_MT6323
This option enables support for on-chip LED drivers found on
Mediatek MT6323 PMIC.
-config LEDS_S3C24XX
- tristate "LED Support for Samsung S3C24XX GPIO LEDs"
- depends on LEDS_CLASS
- depends on ARCH_S3C24XX || COMPILE_TEST
- help
- This option enables support for LEDs connected to GPIO lines
- on Samsung S3C24XX series CPUs, such as the S3C2410 and S3C2440.
-
config LEDS_NET48XX
tristate "LED Support for Soekris net48xx series Error LED"
depends on LEDS_CLASS
@@ -73,7 +73,6 @@ obj-$(CONFIG_LEDS_PM8058) += leds-pm8058.o
obj-$(CONFIG_LEDS_POWERNV) += leds-powernv.o
obj-$(CONFIG_LEDS_PWM) += leds-pwm.o
obj-$(CONFIG_LEDS_REGULATOR) += leds-regulator.o
-obj-$(CONFIG_LEDS_S3C24XX) += leds-s3c24xx.o
obj-$(CONFIG_LEDS_SC27XX_BLTC) += leds-sc27xx-bltc.o
obj-$(CONFIG_LEDS_SUNFIRE) += leds-sunfire.o
obj-$(CONFIG_LEDS_SYSCON) += leds-syscon.o
deleted file mode 100644
deleted file mode 100644