Skip to content

Commit

Permalink
Input: pull input.h into uinpit.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mike Frysinger authored and Dmitry Torokhov committed May 3, 2007
1 parent 4ee1fc8 commit a830df3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/input/misc/uinput.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/input.h>
#include <linux/smp_lock.h>
#include <linux/fs.h>
#include <linux/miscdevice.h>
Expand Down
2 changes: 2 additions & 0 deletions include/linux/uinput.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
* - first public version
*/

#include <linux/input.h>

#define UINPUT_VERSION 3

#ifdef __KERNEL__
Expand Down

0 comments on commit a830df3

Please sign in to comment.