mtd/include/linux jffs2_fs_sb.h,1.35,1.36

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


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

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

Index: jffs2_fs_sb.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/jffs2_fs_sb.h,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- jffs2_fs_sb.h	12 Nov 2002 09:42:18 -0000	1.35
+++ jffs2_fs_sb.h	9 Jan 2003 13:59:14 -0000	1.36
@@ -8,6 +8,8 @@
 #include <linux/workqueue.h>
 #include <linux/completion.h>
 #include <asm/semaphore.h>
+#include <linux/timer.h>
+#include <linux/wait.h>
 #include <linux/list.h>
 
 #define JFFS2_SB_FLAG_RO 1





More information about the linux-mtd-cvs mailing list