mtd/drivers/mtd mtdchar.c,1.61,1.62

David Woodhouse dwmw2 at infradead.org
Wed Jul 14 09:20:44 EDT 2004


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

Modified Files:
	mtdchar.c 
Log Message:
Remove stray semicolon which breaks devfs build

Index: mtdchar.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/mtdchar.c,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- mtdchar.c	12 Jul 2004 13:02:41 -0000	1.61
+++ mtdchar.c	14 Jul 2004 13:20:42 -0000	1.62
@@ -43,7 +43,7 @@
 	.remove	= mtd_notify_remove,
 };
 
-static inline void mtdchar_devfs_init(void);
+static inline void mtdchar_devfs_init(void)
 {
 	devfs_mk_dir("mtd");
 	register_mtd_user(&notifier);





More information about the linux-mtd-cvs mailing list