diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2009-10-04 14:11:37 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-10-05 00:05:10 +0200 |
commit | a99bbaf5ee6bad1aca0c88ea65ec6e5373e86184 (patch) | |
tree | 2b0314d68b9e0a76e8f4fb60865a1d56e138833a /drivers/hid | |
parent | Merge branch 'acpi-pad' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb... (diff) | |
download | linux-a99bbaf5ee6bad1aca0c88ea65ec6e5373e86184.tar.xz linux-a99bbaf5ee6bad1aca0c88ea65ec6e5373e86184.zip |
headers: remove sched.h from poll.h
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/hid')
-rw-r--r-- | drivers/hid/hidraw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hidraw.c b/drivers/hid/hidraw.c index 0c6639ea03dd..ba05275e5104 100644 --- a/drivers/hid/hidraw.c +++ b/drivers/hid/hidraw.c @@ -30,6 +30,7 @@ #include <linux/major.h> #include <linux/hid.h> #include <linux/mutex.h> +#include <linux/sched.h> #include <linux/smp_lock.h> #include <linux/hidraw.h> |