diff options
| author | Matthew Wilcox <willy@debian.org> | 2002-11-16 03:43:24 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-11-16 03:43:24 -0800 |
| commit | 31c8380ce53de34ee01784353a184c049f029bd9 (patch) | |
| tree | aca8f4ebd3a2d03ec636df1c568b31aea962bf00 /include/linux/input.h | |
| parent | b1f4c9150f24c08cb840052fc83f3ad3d95c67a6 (diff) | |
[PATCH] remove sched.h from input.h
input.h wants fs.h and timer.h, not sched.h
Diffstat (limited to 'include/linux/input.h')
| -rw-r--r-- | include/linux/input.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/input.h b/include/linux/input.h index 51274d62b6f3..d3425c78d822 100644 --- a/include/linux/input.h +++ b/include/linux/input.h @@ -734,8 +734,9 @@ struct ff_effect { * In-kernel definitions. */ -#include <linux/sched.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 BIT(x) (1UL<<((x)%BITS_PER_LONG)) |
