Re: Linux 2.4.17-rc2

From: Rasmus Andersen (rasmus@jaquet.dk)
Date: Thu Dec 20 2001 - 05:58:10 EST


On Tue, Dec 18, 2001 at 06:26:03PM -0200, Marcelo Tosatti wrote:
>
> Hi,
>
> So here it goes 2.4.17-rc2... as expected, bugfixes only.

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/



This archive was generated by hypermail 2b29 : Sun Dec 23 2001 - 21:00:21 EST