The IBM ServeRAID driver does not compile in recent 2.5 kernels. The
simple patch below fixes the compilation error and has been tested at OSDL.
thanks,
-chris
--- a/drivers/scsi/ips.c Mon May 20 15:07:16 2002
+++ b/drivers/scsi/ips.c Tue Jun 4 15:11:01 2002
@@ -596,7 +596,7 @@
}
return (1);
-
+}
__setup("ips=", ips_setup);
#else
@@ -633,9 +633,9 @@
}
}
+}
#endif
-}
/****************************************************************************/
/* */
-
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/