diff options
author | Alan Cox <alan@linux.intel.com> | 2009-10-09 12:56:41 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-12-11 15:18:03 -0800 |
commit | f53a2ade0bb9f2a81f473e6469155172a96b7c38 (patch) | |
tree | 860c15fa2bcedb8ecb646bd64144770a8e2618ff /drivers/char/Makefile | |
parent | 1cceefd3a28e54c0777fe544e1fd32253b2a1de5 (diff) | |
download | linux-3.10-f53a2ade0bb9f2a81f473e6469155172a96b7c38.tar.gz linux-3.10-f53a2ade0bb9f2a81f473e6469155172a96b7c38.tar.bz2 linux-3.10-f53a2ade0bb9f2a81f473e6469155172a96b7c38.zip |
tty: esp: remove broken driver
The ESP driver has been marked broken for years. It's an old ISA device
that clearly nobody cares about any more. Remove it
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/char/Makefile')
-rw-r--r-- | drivers/char/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/Makefile b/drivers/char/Makefile index 19a79dd79ee..f957edf7e45 100644 --- a/drivers/char/Makefile +++ b/drivers/char/Makefile @@ -18,7 +18,6 @@ obj-$(CONFIG_CONSOLE_TRANSLATIONS) += consolemap.o consolemap_deftbl.o obj-$(CONFIG_HW_CONSOLE) += vt.o defkeymap.o obj-$(CONFIG_AUDIT) += tty_audit.o obj-$(CONFIG_MAGIC_SYSRQ) += sysrq.o -obj-$(CONFIG_ESPSERIAL) += esp.o obj-$(CONFIG_MVME147_SCC) += generic_serial.o vme_scc.o obj-$(CONFIG_MVME162_SCC) += generic_serial.o vme_scc.o obj-$(CONFIG_BVME6000_SCC) += generic_serial.o vme_scc.o |