Input: remove input_polled_dev implementation
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 2 Oct 2019 17:33:02 +0000 (10:33 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 2 Dec 2020 20:35:14 +0000 (12:35 -0800)
commit278b13ce3a89698711c5a67792ba2dba41555433
tree0e7b9f57a847cab2a5dab6fc3ebcbf4213feba37
parentf7bda6662fd4f39113b4dee00f7ded44f846b7f4
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>
Documentation/driver-api/input.rst
drivers/input/Kconfig
drivers/input/Makefile
drivers/input/input-polldev.c [deleted file]
include/linux/input-polldev.h [deleted file]