mtd/drivers/mtd cmdlinepart.c,1.16,1.17
lavinen at infradead.org
lavinen at infradead.org
Fri Nov 26 06:18:51 EST 2004
Update of /home/cvs/mtd/drivers/mtd
In directory phoenix.infradead.org:/tmp/cvs-serv6697
Modified Files:
cmdlinepart.c
Log Message:
Changed mtdpart_setup() back to public,
Index: cmdlinepart.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/cmdlinepart.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- cmdlinepart.c 16 Nov 2004 18:28:59 -0000 1.16
+++ cmdlinepart.c 26 Nov 2004 11:18:47 -0000 1.17
@@ -338,8 +338,10 @@
* This is the handler for our kernel parameter, called from
* main.c::checksetup(). Note that we can not yet kmalloc() anything,
* so we only save the commandline for later processing.
+ *
+ * This function needs to be visible for bootloaders.
*/
-static int mtdpart_setup(char *s)
+int mtdpart_setup(char *s)
{
cmdline = s;
return 1;
More information about the linux-mtd-cvs
mailing list