Linux 2.4.19-pre8

rwhron@earthlink.net
Fri, 3 May 2002 07:09:25 -0400


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/