On Tue, Sep 06, 2005 at 03:30:33PM +0200, '[EMAIL PROTECTED]' wrote: > It's still wrapped, unfortunately. Let's retry as an attachment. > Anyway, I think we can put the patch in now. I have a few more really > small things that I'd like to address, I will submit patches as soon > as I have a codebase that I can create patches against.
I need a trivial one-liner to get it to compile on ppc64, see below. With that additional patch I think it should go in. Index: scsi-misc-2.6/drivers/scsi/megaraid/megaraid_sas.c =================================================================== --- scsi-misc-2.6.orig/drivers/scsi/megaraid/megaraid_sas.c 2005-09-08 18:50:20.000000000 +0200 +++ scsi-misc-2.6/drivers/scsi/megaraid/megaraid_sas.c 2005-09-08 18:51:49.000000000 +0200 @@ -33,6 +33,7 @@ #include <linux/interrupt.h> #include <linux/delay.h> #include <linux/uio.h> +#include <linux/compat.h> #include <asm/uaccess.h> #include <scsi/scsi.h> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/