2.4.19-pre8 make bzImage gave this:
ips.c: In function `ips_setup':
ips.c:547: parse error before `static'
ips.c: At top level:
ips.c:505: warning: `ips_setup' defined but not used
make[3]: *** [ips.o] Error 1
The diff below based on 2.4.19-pre7-ac2 worked for me.
--- linux/drivers/scsi/ips.c Fri May 3 03:25:16 2002
+++ linux-2.4.19-pre7-ac2/drivers/scsi/ips.c Fri Apr 19 18:55:47 2002
@@ -543,7 +543,8 @@
}
return (1);
-
+}
+
__setup("ips=", ips_setup);
#else
@@ -579,10 +580,10 @@
}
}
}
+}
#endif
-}
/****************************************************************************/
/* */
-- Randy Hron- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Tue May 07 2002 - 22:00:19 EST