mtd/fs/jffs2 nodelist.c,1.65,1.66 build.c,1.42,1.43

David Woodhouse dwmw2 at infradead.org
Thu Jan 9 08:59:16 EST 2003


Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/tmp/cvs-serv28343/fs/jffs2

Modified Files:
	nodelist.c build.c 
Log Message:
Include some required stuff directly -- the eCos linux-compat includes aren't as screwed as the actual Linux headers

Index: nodelist.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/nodelist.c,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- nodelist.c	12 Nov 2002 09:50:13 -0000	1.65
+++ nodelist.c	9 Jan 2003 13:59:14 -0000	1.66
@@ -12,6 +12,7 @@
  */
 
 #include <linux/kernel.h>
+#include <linux/sched.h>
 #include <linux/fs.h>
 #include <linux/mtd/mtd.h>
 #include <linux/interrupt.h>

Index: build.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/build.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- build.c	9 Sep 2002 16:29:08 -0000	1.42
+++ build.c	9 Jan 2003 13:59:14 -0000	1.43
@@ -12,6 +12,7 @@
  */
 
 #include <linux/kernel.h>
+#include <linux/sched.h>
 #include <linux/slab.h>
 #include "nodelist.h"
 





More information about the linux-mtd-cvs mailing list