Skip to content

Commit

Permalink
Remove the blink driver
Browse files Browse the repository at this point in the history
Yeah, we could have just disabled it, but there's work on a new one that
isn't as fundamentally broken, so there really doesn't seem to be any
point in keeping it around.

The recent timer cleanup broke the only valid use, and when I say
"valid", I obviously mean "totally broken".  So it's not like it works,
or really even can work in the current format that uses the unsafe
"panic" LED blinking routines..

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Linus Torvalds committed Jul 4, 2007
1 parent 190045d commit 2bcb1b7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 54 deletions.
8 changes: 0 additions & 8 deletions drivers/misc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -187,13 +187,5 @@ config THINKPAD_ACPI_BAY

If you are not sure, say Y here.

config BLINK
tristate "Keyboard blink driver"
help
Driver that when loaded will blink the keyboard LEDs continuously.
This is useful for debugging and for kernels that cannot necessarily
output something to the screen like kexec kernels to give the user
a visual indication that the kernel is doing something.


endmenu
1 change: 0 additions & 1 deletion drivers/misc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ obj-$(CONFIG_IBM_ASM) += ibmasm/
obj-$(CONFIG_HDPU_FEATURES) += hdpuftrs/
obj-$(CONFIG_MSI_LAPTOP) += msi-laptop.o
obj-$(CONFIG_ASUS_LAPTOP) += asus-laptop.o
obj-$(CONFIG_BLINK) += blink.o
obj-$(CONFIG_LKDTM) += lkdtm.o
obj-$(CONFIG_TIFM_CORE) += tifm_core.o
obj-$(CONFIG_TIFM_7XX1) += tifm_7xx1.o
Expand Down
45 changes: 0 additions & 45 deletions drivers/misc/blink.c

This file was deleted.

0 comments on commit 2bcb1b7

Please sign in to comment.