Commit 31c8380c authored by Matthew Wilcox's avatar Matthew Wilcox Committed by Linus Torvalds

[PATCH] remove sched.h from input.h

input.h wants fs.h and timer.h, not sched.h
parent b1f4c915
...@@ -734,8 +734,9 @@ struct ff_effect { ...@@ -734,8 +734,9 @@ struct ff_effect {
* In-kernel definitions. * In-kernel definitions.
*/ */
#include <linux/sched.h>
#include <linux/devfs_fs_kernel.h> #include <linux/devfs_fs_kernel.h>
#include <linux/fs.h>
#include <linux/timer.h>
#define NBITS(x) ((((x)-1)/BITS_PER_LONG)+1) #define NBITS(x) ((((x)-1)/BITS_PER_LONG)+1)
#define BIT(x) (1UL<<((x)%BITS_PER_LONG)) #define BIT(x) (1UL<<((x)%BITS_PER_LONG))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment