mtd/drivers/mtd/nand diskonchip.c,1.41,1.42

David Woodhouse dwmw2 at infradead.org
Tue Nov 16 13:29:06 EST 2004


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

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


Index: diskonchip.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/diskonchip.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- diskonchip.c	5 Nov 2004 16:07:16 -0000	1.41
+++ diskonchip.c	16 Nov 2004 18:29:03 -0000	1.42
@@ -1720,7 +1720,7 @@
 	}
 }
 
-int __init init_nanddoc(void)
+static int __init init_nanddoc(void)
 {
 	int i, ret = 0;
 
@@ -1762,7 +1762,7 @@
 	return ret;
 }
 
-void __exit cleanup_nanddoc(void)
+static void __exit cleanup_nanddoc(void)
 {
 	/* Cleanup the nand/DoC resources */
 	release_nanddoc();





More information about the linux-mtd-cvs mailing list