aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/Makefile
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2007-10-13 00:38:52 -0400
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2007-10-13 00:38:52 -0400
commit70093178b6eda34e4a4fb18cc4a48a9eacc01d98 (patch)
tree5e35093d48ef2604ab5f8b4d2796691bcc1142c1 /drivers/input/Makefile
parent8f740ef391fc81cb887fa08d213cf67b843cb3b7 (diff)
Input: remove tsdev interface
Remove the obsolete tsdev.c driver as scheduled. Signed-off-by: Richard Purdie <rpurdie@rpsys.net> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/Makefile')
-rw-r--r--drivers/input/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/Makefile b/drivers/input/Makefile
index 15eb752697b..99af903bd3c 100644
--- a/drivers/input/Makefile
+++ b/drivers/input/Makefile
@@ -13,7 +13,6 @@ obj-$(CONFIG_INPUT_POLLDEV) += input-polldev.o
obj-$(CONFIG_INPUT_MOUSEDEV) += mousedev.o
obj-$(CONFIG_INPUT_JOYDEV) += joydev.o
obj-$(CONFIG_INPUT_EVDEV) += evdev.o
-obj-$(CONFIG_INPUT_TSDEV) += tsdev.o
obj-$(CONFIG_INPUT_EVBUG) += evbug.o
obj-$(CONFIG_INPUT_KEYBOARD) += keyboard/