mtd/include/linux/mtd partitions.h,1.15,1.16

David Woodhouse dwmw2 at infradead.org
Tue Nov 16 13:34:43 EST 2004


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

Modified Files:
	partitions.h 
Log Message:
Patch from Adrian Bunk <bunk at stusta.de> -- make a lot of code static.


Index: partitions.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/mtd/partitions.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- partitions.h	9 Jul 2003 11:15:43 -0000	1.15
+++ partitions.h	16 Nov 2004 18:34:40 -0000	1.16
@@ -64,7 +64,6 @@
 	int (*parse_fn)(struct mtd_info *, struct mtd_partition **, unsigned long);
 };
 
-extern struct mtd_part_parser *get_partition_parser(const char *name);
 extern int register_mtd_parser(struct mtd_part_parser *parser);
 extern int deregister_mtd_parser(struct mtd_part_parser *parser);
 extern int parse_mtd_partitions(struct mtd_info *master, const char **types, 





More information about the linux-mtd-cvs mailing list