fix for aic7xxx compilation failure in 2.1.92

Finn Arne Gangstad (finnag@guardian.no)
Thu, 2 Apr 1998 12:30:44 +0200 (MET DST)


The aic7xxx driver won't compile for me in 2.1.92 unless I apply the
following patch:

- Finn Arne Gangstad

diff -ur linux-2.1.92.orig/drivers/scsi/aic7xxx/sequencer.h linux-2.1.92/drivers/scsi/aic7xxx/sequencer.h
--- linux-2.1.92.orig/drivers/scsi/aic7xxx/sequencer.h Thu Jul 31 21:37:17 1997
+++ linux-2.1.92/drivers/scsi/aic7xxx/sequencer.h Thu Apr 2 12:12:14 1998
@@ -39,10 +39,6 @@
* $Id: sequencer.h,v 1.2 1997/06/27 19:38:52 gibbs Exp $
*/

-#if defined(__KERNEL__)
-typedef unsigned char u_int8_t;
-#endif
-
struct ins_format1 {
u_int8_t immediate;
u_int8_t source;

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu