On Sun, Nov 19, 2000 at 01:11:33AM +0000, Alan Cox wrote:
> Anything which isnt a strict bug fix or previously agreed is now 2.2.19
> material.

  I needed to add this to get my kernel to compile.  I was trying to
get pci_resource_start to be defined.  It was only an issue with this
one object file, so this may or may not be the right place.

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
--- ./drivers/scsi/megaraid.c.OLD       Tue Nov 21 07:04:57 2000
+++ ./drivers/scsi/megaraid.c   Tue Nov 21 20:16:08 2000
@@ -248,6 +248,8 @@
 #include <asm/uaccess.h>
 #endif
 
+#include <linux/kcomp.h>
+
 #include "sd.h"
 #include "scsi.h"
 #include "hosts.h"
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to