Re: [2.3.30] aic7xxx.c don't compile

Catalin Muresan (cata@codec.ro)
Tue, 7 Dec 1999 17:09:31 +0200


On Tue, Dec 07, 1999 at 12:11:04PM +0100, Artur Frysiak wrote:
> Hi.
> I try to compile 2.3.30 linux kernel but aic7xxx.c don't compile.

as a module it doesn't compile, patch here:

--- drivers/scsi/aic7xxx.c Tue Dec 7 13:57:59 1999
+++ drivers/scsi/aic7xxx.c.orig Tue Dec 7 12:04:24 1999
@@ -9084,7 +9084,7 @@
* aic7xxx_setup
*/
if(aic7xxx)
- aic7xxx_setup(aic7xxx);
+ aic7xxx_setup(aic7xxx, NULL);
if(dummy_buffer[0] != 'P')
printk(KERN_WARNING "aic7xxx: Please read the file /usr/src/linux/drivers"
"/scsi/README.aic7xxx\n"

bye.

-- 
 Catalin Muresan
 CODEC Electronic Products
 Internet Services Department
 3321352.62 2982507.16

- 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/