mtd/drivers/mtd mtdpart.c,1.41,1.42

David Woodhouse dwmw2 at infradead.org
Wed Jul 9 07:19:03 EDT 2003


Update of /home/cvs/mtd/drivers/mtd
In directory phoenix.infradead.org:/tmp/cvs-serv16553

Modified Files:
	mtdpart.c 
Log Message:
add_mtd_partitions takes const parts arg


Index: mtdpart.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/mtdpart.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- mtdpart.c	18 Jun 2003 14:53:02 -0000	1.41
+++ mtdpart.c	9 Jul 2003 11:19:01 -0000	1.42
@@ -316,7 +316,7 @@
  */
 
 int add_mtd_partitions(struct mtd_info *master, 
-		       struct mtd_partition *parts,
+		       const struct mtd_partition *parts,
 		       int nbparts)
 {
 	struct mtd_part *slave;




More information about the linux-mtd-cvs mailing list