mtd/include/linux/mtd nand.h,1.39,1.40

gleixner at infradead.org gleixner at infradead.org
Mon Mar 29 03:27:02 EST 2004


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

Modified Files:
	nand.h 
Log Message:
Flip fields in id structure, so I must not change nand_ids again

Index: nand.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/mtd/nand.h,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- nand.h	29 Mar 2004 00:36:05 -0000	1.39
+++ nand.h	29 Mar 2004 08:26:59 -0000	1.40
@@ -255,8 +255,8 @@
 	char *name;
 	int id;
 	unsigned long pagesize;
-	unsigned long erasesize;
 	unsigned long chipsize;
+	unsigned long erasesize;
 	unsigned long options;
 };
 




More information about the linux-mtd-cvs mailing list