mtd/drivers/mtd/maps physmap.c,1.31,1.32

David Woodhouse dwmw2 at infradead.org
Mon Jul 12 06:23:29 EDT 2004


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

Modified Files:
	physmap.c 
Log Message:
make init routine static

Index: physmap.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/physmap.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- physmap.c	5 Jun 2004 09:44:48 -0000	1.31
+++ physmap.c	12 Jul 2004 10:23:26 -0000	1.32
@@ -40,7 +40,7 @@
 }
 #endif /* CONFIG_MTD_PARTITIONS */
 
-int __init init_physmap(void)
+static int __init init_physmap(void)
 {
 	static const char *rom_probe_types[] = { "cfi_probe", "jedec_probe", "map_rom", 0 };
 	const char **type;





More information about the linux-mtd-cvs mailing list