mtd/include/linux/mtd partitions.h,1.12,1.13

David Woodhouse dwmw2 at infradead.org
Fri May 16 12:33:38 EDT 2003


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

Modified Files:
	partitions.h 
Log Message:
Remove prototypes for old ways of calling partition parsers

Index: partitions.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/mtd/partitions.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- partitions.h	16 May 2003 16:06:44 -0000	1.12
+++ partitions.h	16 May 2003 16:33:35 -0000	1.13
@@ -56,18 +56,6 @@
 /*
  * Functions dealing with the various ways of partitioning the space
  */
-extern int parse_redboot_partitions(struct mtd_info *master, 
-                                    struct mtd_partition **pparts,
-                                    void *fis_origin);
-
-extern int parse_afs_partitions(struct mtd_info *, 
-                                struct mtd_partition **,
-                                void *origin);
-
-extern int parse_cmdline_partitions(struct mtd_info *master, 
-                                    struct mtd_partition **pparts,
-                                    const char *mtd_id);
-
 
 struct mtd_part_parser {
 	struct list_head list;




More information about the linux-mtd-cvs mailing list