mtd/drivers/mtd/nand edb7312.c,1.7,1.8
David Woodhouse
dwmw2 at infradead.org
Mon Jul 12 11:03:29 EDT 2004
Update of /home/cvs/mtd/drivers/mtd/nand
In directory phoenix.infradead.org:/tmp/cvs-serv24972
Modified Files:
edb7312.c
Log Message:
Merge from 2.6: C99 initialisers
Index: edb7312.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/edb7312.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- edb7312.c 11 Jul 2003 15:12:29 -0000 1.7
+++ edb7312.c 12 Jul 2004 15:03:26 -0000 1.8
@@ -72,9 +72,9 @@
* Define static partitions for flash device
*/
static struct mtd_partition partition_info[] = {
- { name: "EP7312 Nand Flash",
- offset: 0,
- size: 8*1024*1024 }
+ { .name = "EP7312 Nand Flash",
+ .offset = 0,
+ .size = 8*1024*1024 }
};
#define NUM_PARTITIONS 1
More information about the linux-mtd-cvs
mailing list