2002-06-05 01:27:20

by Chris Wright

[permalink] [raw]
Subject: [PATCH] 2.5.20 drivers/scsi/ips.c cleanup

Hi,

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

-}

/****************************************************************************/
/* */