Skip to content

Commit

Permalink
tty: delete briq_panel.c driver
Browse files Browse the repository at this point in the history
This driver is broken, as reported by Jiri, and to quote Ben:
	Just remove the driver, I don't think anybody cares.
so I'm doing just that here.

Reported-by: Jiri Slaby <jslaby@suse.cz>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Josh Boyer <jwboyer@gmail.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Greg Kroah-Hartman committed Mar 8, 2012
1 parent 6623d64 commit 0fb8379
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 282 deletions.
15 changes: 0 additions & 15 deletions drivers/char/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -66,21 +66,6 @@ config TTY_PRINTK

If unsure, say N.

config BRIQ_PANEL
tristate 'Total Impact briQ front panel driver'
depends on PPC_CHRP
---help---
The briQ is a small footprint CHRP computer with a frontpanel VFD, a
tristate led and two switches. It is the size of a CDROM drive.

If you have such one and want anything showing on the VFD then you
must answer Y here.

To compile this driver as a module, choose M here: the
module will be called briq_panel.

It's safe to say N here.

config BFIN_OTP
tristate "Blackfin On-Chip OTP Memory Support"
depends on BLACKFIN && (BF51x || BF52x || BF54x)
Expand Down
1 change: 0 additions & 1 deletion drivers/char/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ obj-$(CONFIG_UV_MMTIMER) += uv_mmtimer.o
obj-$(CONFIG_VIOTAPE) += viotape.o
obj-$(CONFIG_IBM_BSR) += bsr.o
obj-$(CONFIG_SGI_MBCS) += mbcs.o
obj-$(CONFIG_BRIQ_PANEL) += briq_panel.o
obj-$(CONFIG_BFIN_OTP) += bfin-otp.o

obj-$(CONFIG_PRINTER) += lp.o
Expand Down
266 changes: 0 additions & 266 deletions drivers/char/briq_panel.c

This file was deleted.

0 comments on commit 0fb8379

Please sign in to comment.