Input: uinput - fold header into the driver proper
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 4 Sep 2017 19:19:07 +0000 (12:19 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 23 Oct 2017 23:32:31 +0000 (16:32 -0700)
commita11bc476b987925654369411dd8281a60cb5a175
treed6abc9e7175a6fae77778dff1b5d29a4f19cdd72
parent04ce40a61a9164f82065eade491099b185c17a65
Input: uinput - fold header into the driver proper

There is nothing in the uinput kernel header that is of use to anyone in
the kernel besides the uinput driver itself, so let's fold it into the
driver code (leaving uapi part intact).

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/misc/uinput.c
include/linux/uinput.h [deleted file]