lkml.org 
[lkml]   [1999]   [Dec]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] linux/include/scsi/scsi.h for pcmcia-cs
When I compiled pcmcia-cs-3.1.4 with linux-2.2.14pre9,
errors occured. They are the same as found in the page:

http://pcmcia.sourceforge.org/cgi-bin/HyperNews/get/pcmcia/devel/5.html

I made a patch seeing other header files which use
spinlock_t data type.
--
Yasuhide OOMORI
mailto:dasen@typhoon.co.jp
--- linux-2.2.14pre9/include/scsi/scsi.h.orig Thu Dec 2 10:13:13 1999
+++ linux-2.2.14pre9/include/scsi/scsi.h Thu Dec 2 10:53:35 1999
@@ -18,6 +18,8 @@
* SCSI opcodes
*/

+#include <asm/spinlock.h>
+
extern spinlock_t scsi_malloc_lock;

#define TEST_UNIT_READY 0x00
\
 
 \ /
  Last update: 2005-03-22 13:55    [W:0.053 / U:0.196 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site