]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] remove sched.h from ftape.h
authorMatthew Wilcox <willy@debian.org>
Sat, 16 Nov 2002 12:22:22 +0000 (04:22 -0800)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sat, 16 Nov 2002 12:22:22 +0000 (04:22 -0800)
ftape.h really wants interrupt.h, not sched.h

include/linux/ftape.h

index d9ab7df58d80bbb646332414d1bf1ccd4537afbb..645609e519c7b7064413d2f9cd9deccd17e1999a 100644 (file)
@@ -34,7 +34,7 @@
 #define KERNEL_VER(major,minor,sublvl) (((major)<<16)+((minor)<<8)+(sublvl))
 
 #ifdef __KERNEL__
-#include <linux/sched.h>
+#include <linux/interrupt.h>
 #include <linux/mm.h>
 #endif
 #include <linux/types.h>