Skip to content

Commit

Permalink
Input: remove no longer used power.c handler
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Robert P. J. Day authored and Dmitry Torokhov committed Apr 12, 2007
1 parent 9e35d20 commit f3901d9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 181 deletions.
1 change: 0 additions & 1 deletion drivers/input/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
180 changes: 0 additions & 180 deletions drivers/input/power.c

This file was deleted.

0 comments on commit f3901d9

Please sign in to comment.