[patch] quick aic7xxx compile fix

Johannes Erdfelt (jerdfelt@sventech.com)
Sat, 4 Dec 1999 17:30:30 -0500


One line typo.

JE

--- linux-2.3.30-pre5/drivers/scsi/aic7xxx.c.old Sat Dec 4 11:59:39 1999
+++ linux-2.3.30-pre5/drivers/scsi/aic7xxx.c Sat Dec 4 12:08:45 1999
@@ -1640,7 +1640,7 @@
}
}

-__setup("aic7xxx=", aix7xxx_setup);
+__setup("aic7xxx=", aic7xxx_setup);

/*+F*************************************************************************
* Function:

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