]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite248c1a78fdcbe67c9b9aab5439addeaf4d646c4
treed6abc9e7175a6fae77778dff1b5d29a4f19cdd72
parentaf80663e9ac32b380024e7b2b679730e218380d4
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]