mtd/fs/jffs2 rbtree.c,1.1,1.2
David Woodhouse
dwmw2 at infradead.org
Fri Nov 15 08:18:06 EST 2002
Update of /home/cvs/mtd/fs/jffs2
In directory phoenix.infradead.org:/tmp/cvs-serv2928
Modified Files:
rbtree.c
Log Message:
include linux/version.h for in-kernel use.
Index: rbtree.c
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/rbtree.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rbtree.c 12 Nov 2002 09:50:13 -0000 1.1
+++ rbtree.c 15 Nov 2002 13:18:04 -0000 1.2
@@ -29,6 +29,7 @@
#error "Licence problem. Remove this #error if you will comply with GPL."
#endif
+#include <linux/version.h>
#include <linux/rbtree.h>
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,4,11)
More information about the linux-mtd-cvs
mailing list