Hi.
Due to the (hideous) construct of multiple drivers in drivers/scsi
doing #include "NCR5380.c", we need the following patch to make
NCR5380_timer_fn static.
--- linux-2417r2/drivers/scsi/NCR5380.c.old Thu Dec 20 11:50:43 2001
+++ linux-2417r2/drivers/scsi/NCR5380.c Thu Dec 20 11:45:48 2001
@@ -612,7 +612,7 @@
* Locks: disables irqs, takes and frees io_request_lock
*/
-void NCR5380_timer_fn(unsigned long unused)
+static void NCR5380_timer_fn(unsigned long unused)
{
struct Scsi_Host *instance;
-- Rasmus(rasmus@jaquet.dk)If at first you don't succeed, chainsaw juggling is not for you. -- Anonymous - 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/