linux/drivers/char/efirtc.c
- missing header <asm/efi.h>
linux/drivers/char/tuner-3036.c
- `I2C_DRIVERID_SAB3036' undeclared here (not in
a function)
linux/drivers/net/rrunner.c
- softnet
linux/drivers/net/wan/sdla_x25.c
- softnet
Also I have some diffs for the pci2000 and 2220i
cards to make them compile.
Cheers
Kjartan Maraas
--- pci2000.c.orig Wed Mar 1 14:31:21 2000
+++ pci2000.c Wed Mar 1 21:00:29 2000
@@ -42,19 +42,19 @@
#include <linux/delay.h>
#include <linux/sched.h>
#include <linux/proc_fs.h>
+#include <linux/blk.h>
+#include <linux/stat.h>
#include <asm/dma.h>
#include <asm/system.h>
#include <asm/io.h>
-#include <linux/blk.h>
#include "scsi.h"
#include "hosts.h"
-#include <linux/stat.h>
#include "pci2000.h"
#include "psi_roy.h"
#if LINUX_VERSION_CODE >= LINUXVERSION(2,1,95)
-#include <asm/spinlock.h>
+#include <linux/spinlock.h>
#endif
#if LINUX_VERSION_CODE < LINUXVERSION(2,1,93)
#include <linux/bios32.h>
--- pci2220i.c.orig Wed Mar 1 14:31:21 2000
+++ pci2220i.c Wed Mar 1 21:27:10 2000
@@ -56,7 +56,7 @@
#include "psi_dale.h"
#if LINUX_VERSION_CODE >= LINUXVERSION(2,1,95)
-#include <asm/spinlock.h>
+#include <linux/spinlock.h>
#endif
#if LINUX_VERSION_CODE < LINUXVERSION(2,1,93)
#include <linux/bios32.h>
-
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 : Tue Mar 07 2000 - 21:00:11 EST