mtd/include/linux/mtd partitions.h,1.12,1.13
David Woodhouse
dwmw2 at infradead.org
Fri May 16 12:33:38 EDT 2003
- Previous message: mtd/drivers/mtd afs.c,1.9,1.10 cmdlinepart.c,1.7,1.8
- Next message: mtd/drivers/mtd/maps ceiva.c,1.5,1.6 dc21285.c,1.12,1.13
edb7312.c,1.5,1.6 epxa10db-flash.c,1.7,1.8 h720x-flash.c,1.3,1.4
impa7.c,1.5,1.6 integrator-flash.c,1.10,1.11 iq80310.c,1.12,1.13
ocelot.c,1.9,1.10 physmap.c,1.24,1.25 sa1100-flash.c,1.32,1.33
solutionengine.c,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: mtd/drivers/mtd afs.c,1.9,1.10 cmdlinepart.c,1.7,1.8
- Next message: mtd/drivers/mtd/maps ceiva.c,1.5,1.6 dc21285.c,1.12,1.13
edb7312.c,1.5,1.6 epxa10db-flash.c,1.7,1.8 h720x-flash.c,1.3,1.4
impa7.c,1.5,1.6 integrator-flash.c,1.10,1.11 iq80310.c,1.12,1.13
ocelot.c,1.9,1.10 physmap.c,1.24,1.25 sa1100-flash.c,1.32,1.33
solutionengine.c,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list