aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/Makefile
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@mindspring.com>2007-04-12 01:31:05 -0400
committerDmitry Torokhov <dtor@insightbb.com>2007-04-12 01:31:05 -0400
commitf3901d9e3bf2b57604358eea62f3414000772e2a (patch)
tree4370b442011b10ef04f0daf787942b85ee738eba /drivers/input/Makefile
parentInput: keyboard handler - use printk_ratelimit() (diff)
downloadlinux-dev-f3901d9e3bf2b57604358eea62f3414000772e2a.tar.xz
linux-dev-f3901d9e3bf2b57604358eea62f3414000772e2a.zip
Input: remove no longer used power.c handler
Delete the never-compiled source file drivers/input/power.c, and remove its entry from the corresponding Makefile, as there is no Kconfig file that refers to the config option INPUT_POWER Signed-off-by: Robert P. J. Day <rpjday@mindspring.com> 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 da575deb3c7a..b4cd10653c4f 100644
--- a/drivers/input/Makefile
+++ b/drivers/input/Makefile
@@ -13,7 +13,6 @@ 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_POWER) += power.o
obj-$(CONFIG_INPUT_EVBUG) += evbug.o
obj-$(CONFIG_INPUT_KEYBOARD) += keyboard/