Fix for aic7xxx driver in 2.1.93

Markus Kossmann (markus.kossmann@inka.de)
Tue, 07 Apr 1998 08:03:22 +0200


In file included from aic7xxx.c:120:
aic7xxx/sequencer.h:43: redefinition of `u_int8_t'
/usr/src/linux-2.1.93/include/linux/types.h:75: `u_int8_t' previously
declared here

--- linux-2.1.93/drivers/scsi/aic7xxx/sequencer.h.old Thu Jul 31
21:37:17 1997
+++ linux-2.1.93/drivers/scsi/aic7xxx/sequencer.h Tue Apr 7
07:47:26 1998
@@ -39,9 +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;

-- 
------------------------------------------------------------------------------
Markus			           <markus.kossmann@inka.de> (Markus Kossmann)

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