Skip to content

Commit

Permalink
leds: Remove SEAD-3 driver
Browse files Browse the repository at this point in the history
SEAD3 is using the generic syscon & regmap based register-bit-led
driver as of commit c764583 ("MIPS: SEAD3: Use register-bit-led
driver via DT for LEDs") merged in the v4.9 cycle. As such the custom
SEAD-3 LED driver is now unused, so remove it.

Signed-off-by: Paul Burton <[email protected]>
Cc: Jacek Anaszewski <[email protected]>
Cc: Pavel Machek <[email protected]>
Cc: Ralf Baechle <[email protected]>
Cc: Richard Purdie <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Jacek Anaszewski <[email protected]>
  • Loading branch information
paulburton authored and jacek-anaszewski committed Jun 19, 2017
1 parent 71c17b0 commit 64601cb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 89 deletions.
10 changes: 0 additions & 10 deletions drivers/leds/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -590,16 +590,6 @@ config LEDS_KTD2692

Say Y to enable this driver.

config LEDS_SEAD3
tristate "LED support for the MIPS SEAD 3 board"
depends on LEDS_CLASS && MIPS_SEAD3
help
Say Y here to include support for the FLED and PLED LEDs on SEAD3 eval
boards.

This driver can also be built as a module. If so the module
will be called leds-sead3.

config LEDS_IS31FL319X
tristate "LED Support for ISSI IS31FL319x I2C LED controller family"
depends on LEDS_CLASS && I2C && OF
Expand Down
1 change: 0 additions & 1 deletion drivers/leds/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ obj-$(CONFIG_LEDS_SYSCON) += leds-syscon.o
obj-$(CONFIG_LEDS_MENF21BMC) += leds-menf21bmc.o
obj-$(CONFIG_LEDS_KTD2692) += leds-ktd2692.o
obj-$(CONFIG_LEDS_POWERNV) += leds-powernv.o
obj-$(CONFIG_LEDS_SEAD3) += leds-sead3.o
obj-$(CONFIG_LEDS_IS31FL319X) += leds-is31fl319x.o
obj-$(CONFIG_LEDS_IS31FL32XX) += leds-is31fl32xx.o
obj-$(CONFIG_LEDS_PM8058) += leds-pm8058.o
Expand Down
78 changes: 0 additions & 78 deletions drivers/leds/leds-sead3.c

This file was deleted.

0 comments on commit 64601cb

Please sign in to comment.