[uPatch] undefined symbols - 2.4.0-test1-ac2

From: Francois romieu (romieu@ensta.fr)
Date: Fri May 26 2000 - 17:35:48 EST


The first one solves an memcpy.
The second one is required by mca_53c9x.c.

diff -u --recursive linux-2.4.0-test1-ac2.orig/drivers/ieee1394/ieee1394_syms.c linux-2.4.0-test1-ac2/drivers/ieee1394/ieee1394_syms.c
--- linux-2.4.0-test1-ac2.orig/drivers/ieee1394/ieee1394_syms.c Fri May 26 15:51:38 2000
+++ linux-2.4.0-test1-ac2/drivers/ieee1394/ieee1394_syms.c Fri May 26 20:29:54 2000
@@ -8,6 +8,7 @@
 
 #include <linux/types.h>
 #include <linux/module.h>
+#include <linux/string.h>
 
 #include "ieee1394_types.h"
 #include "hosts.h"
diff -u --recursive linux-2.4.0-test1-ac2.orig/drivers/scsi/NCR53C9x.c linux-2.4.0-test1-ac2/drivers/scsi/NCR53C9x.c
--- linux-2.4.0-test1-ac2.orig/drivers/scsi/NCR53C9x.c Fri May 26 15:51:24 2000
+++ linux-2.4.0-test1-ac2/drivers/scsi/NCR53C9x.c Fri May 26 21:59:35 2000
@@ -3578,7 +3578,7 @@
 }
 #else
 /* For SMP we only service one ESP on the list list at our IRQ level! */
-static void esp_intr(int irq, void *dev_id, struct pt_regs *pregs)
+void esp_intr(int irq, void *dev_id, struct pt_regs *pregs)
 {
         struct NCR_ESP *esp;
         unsigned long flags;

-- 
Ueimor

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed May 31 2000 - 21:00:16 EST