Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Input: pull input.h into uinpit.h

uinput.h relies on structures found in input.h, so pull in the header

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

authored by

Mike Frysinger and committed by
Dmitry Torokhov
a830df36 4ee1fc8e

+2 -1
-1
drivers/input/misc/uinput.c
··· 33 33 #include <linux/slab.h> 34 34 #include <linux/module.h> 35 35 #include <linux/init.h> 36 - #include <linux/input.h> 37 36 #include <linux/smp_lock.h> 38 37 #include <linux/fs.h> 39 38 #include <linux/miscdevice.h>
+2
include/linux/uinput.h
··· 32 32 * - first public version 33 33 */ 34 34 35 + #include <linux/input.h> 36 + 35 37 #define UINPUT_VERSION 3 36 38 37 39 #ifdef __KERNEL__