Skip to content

Commit

Permalink
lk201: remove obsolete driver
Browse files Browse the repository at this point in the history
Remove the old-fashioned lk201 driver under drivers/tc/ that used to be
used by the old dz.c and zs.c drivers, which is now orphan code referred to
from nowhere and does not build anymore.  A modern replacement is available
as drivers/input/keyboard/lkkbd.c.

There are no plans to do anything about this piece of code and it does not
fit anywhere anymore, so it is not just a matter of maintenance or the lack
of.  There are still some bits that might be added to the new lkkbd.c
driver based on the old code, and the embedded hardware documentation which
is otherwise quite hard to get hold of might be useful to keep too.  Both
of these can be done separately though.  RIP.

Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Maciej W. Rozycki authored and Linus Torvalds committed Oct 17, 2007
1 parent debe621 commit 44a2db4
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 1,375 deletions.
1 change: 0 additions & 1 deletion Documentation/dontdiff
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ kxgettext
lkc_defs.h
lex.c*
lex.*.c
lk201-map.c
logo_*.c
logo_*_clut224.c
logo_*_mono.c
Expand Down
1 change: 0 additions & 1 deletion arch/mips/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,6 @@ core-$(CONFIG_MACH_DECSTATION) += arch/mips/dec/
cflags-$(CONFIG_MACH_DECSTATION)+= -Iinclude/asm-mips/mach-dec
libs-$(CONFIG_MACH_DECSTATION) += arch/mips/dec/prom/
load-$(CONFIG_MACH_DECSTATION) += 0xffffffff80040000
CLEAN_FILES += drivers/tc/lk201-map.c

#
# Wind River PPMC Board (4KC + GT64120)
Expand Down
1 change: 0 additions & 1 deletion drivers/tc/.gitignore

This file was deleted.

15 changes: 0 additions & 15 deletions drivers/tc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,3 @@
# Object file lists.

obj-$(CONFIG_TC) += tc.o tc-driver.o
obj-$(CONFIG_VT) += lk201.o lk201-map.o lk201-remap.o

$(obj)/lk201-map.o: $(obj)/lk201-map.c

# Uncomment if you're changing the keymap and have an appropriate
# loadkeys version for the map. By default, we'll use the shipped
# versions.
# GENERATE_KEYMAP := 1

ifdef GENERATE_KEYMAP

$(obj)/lk201-map.c: $(obj)/%.c: $(src)/%.map
loadkeys --mktable $< > $@

endif
265 changes: 0 additions & 265 deletions drivers/tc/lk201-map.c_shipped

This file was deleted.

Loading

0 comments on commit 44a2db4

Please sign in to comment.