mtd/include/linux jffs2.h,1.26,1.27
David Woodhouse
dwmw2 at infradead.org
Sun Jan 12 08:21:31 EST 2003
Update of /home/cvs/mtd/include/linux
In directory phoenix.infradead.org:/tmp/cvs-serv6000/include/linux
Modified Files:
jffs2.h
Log Message:
include cleanups to prevent jffs2.h from needing linux/types.h
Index: jffs2.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/jffs2.h,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- jffs2.h 9 Jan 2003 14:03:13 -0000 1.26
+++ jffs2.h 12 Jan 2003 13:21:29 -0000 1.27
@@ -15,7 +15,9 @@
#ifndef __LINUX_JFFS2_H__
#define __LINUX_JFFS2_H__
-#include <linux/types.h>
+/* You must include something which defines the C99 uintXX_t types.
+ We don't do it from here because this file is used in too many
+ different environments. */
#define JFFS2_SUPER_MAGIC 0x72b6
More information about the linux-mtd-cvs
mailing list