mtd/include/linux/mtd compatmac.h,1.56,1.57

David Woodhouse dwmw2 at infradead.org
Wed Jul 2 06:45:22 EDT 2003


Update of /home/cvs/mtd/include/linux/mtd
In directory phoenix.infradead.org:/tmp/cvs-serv9018/include/linux/mtd

Modified Files:
	compatmac.h 
Log Message:
Include sched.h for the daemonize compat bits

Index: compatmac.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/mtd/compatmac.h,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- compatmac.h	29 May 2003 09:36:47 -0000	1.56
+++ compatmac.h	2 Jul 2003 10:45:20 -0000	1.57
@@ -54,6 +54,7 @@
 #endif /* < 2.4.20 */
 
 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,61)
+#include <linux/sched.h>
 static inline void __daemonize_modvers(void)
 {
 	daemonize();




More information about the linux-mtd-cvs mailing list