* [PATCH] remove sched.h from input.h
@ 2002-11-17 3:21 Matthew Wilcox
0 siblings, 0 replies; only message in thread
From: Matthew Wilcox @ 2002-11-17 3:21 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, Janitors
input.h wants fs.h and timer.h, not sched.h
diff -urpNX dontdiff linux-2.5.47/include/linux/input.h linux-2.5.47-pci/include/linux/input.h
--- linux-2.5.47/include/linux/input.h 2002-10-15 09:32:41.000000000 -0400
+++ linux-2.5.47-pci/include/linux/input.h 2002-11-16 21:59:01.000000000 -0500
@@ -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))
--
Revolutions do not require corporate support.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-11-17 3:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-17 3:21 [PATCH] remove sched.h from input.h Matthew Wilcox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®