mtd/fs/jffs2 os-linux.h,1.57,1.58

tpoynor at infradead.org tpoynor at infradead.org
Mon Jul 11 22:34:39 EDT 2005


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

Modified Files:
	os-linux.h 
Log Message:
[JFFS2] Avoid compiler warnings when JFFS2_FS_WRITEBUFFER=n

Signed-off-by: Todd Poynor <tpoynor at mvista.com>


Index: os-linux.h
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/os-linux.h,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- os-linux.h	6 Jul 2005 12:13:09 -0000	1.57
+++ os-linux.h	12 Jul 2005 02:34:35 -0000	1.58
@@ -86,6 +86,8 @@
 #define jffs2_dataflash(c) (0)
 #define jffs2_nor_ecc_flash_setup(c) (0)
 #define jffs2_nor_ecc_flash_cleanup(c) do {} while (0)
+#define jffs2_dataflash_setup(c) (0)
+#define jffs2_dataflash_cleanup(c) do {} while (0)
 
 #else /* NAND and/or ECC'd NOR support present */
 





More information about the linux-mtd-cvs mailing list