===== drivers/mtd/cmdlinepart.c 1.8 vs edited ===== --- 1.8/drivers/mtd/cmdlinepart.c 2004-08-03 13:17:08 +03:00 +++ edited/drivers/mtd/cmdlinepart.c 2004-09-20 11:36:46 +03:00 @@ -339,7 +339,7 @@ * main.c::checksetup(). Note that we can not yet kmalloc() anything, * so we only save the commandline for later processing. */ -static int __init mtdpart_setup(char *s) +int mtdpart_setup(char *s) { cmdline = s; return 1;