diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2019-10-02 19:33:02 +0200 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2020-12-02 21:35:14 +0100 |
commit | 278b13ce3a89698711c5a67792ba2dba41555433 (patch) | |
tree | 0e7b9f57a847cab2a5dab6fc3ebcbf4213feba37 /drivers/input/Makefile | |
parent | Input: libps2 - fix fall-through warnings for Clang (diff) | |
download | linux-278b13ce3a89698711c5a67792ba2dba41555433.tar.xz linux-278b13ce3a89698711c5a67792ba2dba41555433.zip |
Input: remove input_polled_dev implementation
Now that normal input devices support polling mode, and all users of
input_polled_dev API have been converted, we can remove it.
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/Makefile')
-rw-r--r-- | drivers/input/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/Makefile b/drivers/input/Makefile index e35650930371..d8f5310e22ba 100644 --- a/drivers/input/Makefile +++ b/drivers/input/Makefile @@ -9,7 +9,6 @@ obj-$(CONFIG_INPUT) += input-core.o input-core-y := input.o input-compat.o input-mt.o input-poller.o ff-core.o obj-$(CONFIG_INPUT_FF_MEMLESS) += ff-memless.o -obj-$(CONFIG_INPUT_POLLDEV) += input-polldev.o obj-$(CONFIG_INPUT_SPARSEKMAP) += sparse-keymap.o obj-$(CONFIG_INPUT_MATRIXKMAP) += matrix-keymap.o |