mtd/drivers/mtd mtdcore.c,1.41,1.42

David Woodhouse dwmw2 at infradead.org
Tue Jul 13 06:21:16 EDT 2004


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

Modified Files:
	mtdcore.c 
Log Message:
Add missing end-of-function } 

Index: mtdcore.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/mtdcore.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- mtdcore.c	12 Jul 2004 15:12:02 -0000	1.41
+++ mtdcore.c	13 Jul 2004 10:21:13 -0000	1.42
@@ -409,6 +409,7 @@
         if (proc_mtd)
 		remove_proc_entry( "mtd", NULL);
 #endif
+}
 
 module_init(init_mtd);
 module_exit(cleanup_mtd);





More information about the linux-mtd-cvs mailing list