mtd/include/linux/mtd partitions.h,1.15,1.16
David Woodhouse
dwmw2 at infradead.org
Tue Nov 16 13:34:43 EST 2004
- Previous message: mtd/drivers/mtd ftl.c,1.53,1.54
- Next message: mtd/fs/jffs2 background.c, 1.49, 1.50 build.c, 1.56,
1.57 compr_zlib.c, 1.28, 1.29 dir.c, 1.83, 1.84 erase.c, 1.65,
1.66 file.c, 1.98, 1.99 fs.c, 1.48, 1.49 gc.c, 1.142,
1.143 ioctl.c, 1.8, 1.9 malloc.c, 1.27, 1.28 nodelist.c, 1.87,
1.88 nodelist.h, 1.122, 1.123 nodemgmt.c, 1.110,
1.111 os-linux.h, 1.50, 1.51 pushpull.h, 1.9, 1.10 read.c,
1.37, 1.38 readinode.c, 1.115, 1.116 scan.c, 1.113,
1.114 super-v24.c, 1.80, 1.81 super.c, 1.102,
1.103 symlink-v24.c, 1.14, 1.15 symlink.c, 1.13, 1.14 wbuf.c,
1.76, 1.77 write.c, 1.86, 1.87 writev.c, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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,
- Previous message: mtd/drivers/mtd ftl.c,1.53,1.54
- Next message: mtd/fs/jffs2 background.c, 1.49, 1.50 build.c, 1.56,
1.57 compr_zlib.c, 1.28, 1.29 dir.c, 1.83, 1.84 erase.c, 1.65,
1.66 file.c, 1.98, 1.99 fs.c, 1.48, 1.49 gc.c, 1.142,
1.143 ioctl.c, 1.8, 1.9 malloc.c, 1.27, 1.28 nodelist.c, 1.87,
1.88 nodelist.h, 1.122, 1.123 nodemgmt.c, 1.110,
1.111 os-linux.h, 1.50, 1.51 pushpull.h, 1.9, 1.10 read.c,
1.37, 1.38 readinode.c, 1.115, 1.116 scan.c, 1.113,
1.114 super-v24.c, 1.80, 1.81 super.c, 1.102,
1.103 symlink-v24.c, 1.14, 1.15 symlink.c, 1.13, 1.14 wbuf.c,
1.76, 1.77 write.c, 1.86, 1.87 writev.c, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list