Index: include/linux/sched.h
===================================================================
RCS file: /var/cvs/comedi/include/linux/sched.h,v
retrieving revision 1.4
diff -u -r1.4 sched.h
--- include/linux/sched.h	17 Jul 2004 22:55:05 -0000	1.4
+++ include/linux/sched.h	4 Feb 2005 17:20:08 -0000
@@ -1,5 +1,5 @@
 /*
- * linux/fs.h compatibility header
+ * linux/sched.h compatibility header
  */
 
 #ifndef __COMPAT_LINUX_SCHED_H_
@@ -11,14 +11,14 @@
 #define signal_pending(x)	(((x)->signal) & (~(x)->blocked))
 #endif
 
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,4,20) /* not sure exactly when need_resched() was added */
+#include_next <linux/sched.h>
+
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,4,20)
 static inline int need_resched(void)
 {
 	return current->need_resched;
 }
 #endif
-
-#include_next <linux/sched.h>
 
 #endif
 

