patch-2.3.18 linux/drivers/scsi/tmscsim.c
Next file: linux/drivers/scsi/u14-34f.c
Previous file: linux/drivers/scsi/sym53c8xx.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Wed Sep 8 11:51:22 1999
- Orig file:
v2.3.17/linux/drivers/scsi/tmscsim.c
- Orig date:
Mon Aug 9 10:25:01 1999
diff -u --recursive --new-file v2.3.17/linux/drivers/scsi/tmscsim.c linux/drivers/scsi/tmscsim.c
@@ -188,13 +188,13 @@
* undef : traditional save_flags; cli; restore_flags;
*/
-//#define DEBUG_SPINLOCKS 2 /* Set to 0, 1 or 2 in include/asm/spinlock.h */
+//#define DEBUG_SPINLOCKS 2 /* Set to 0, 1 or 2 in include/linux/spinlock.h */
#define LinuxVersionCode(v, p, s) (((v)<<16)+((p)<<8)+(s))
#if LINUX_VERSION_CODE >= LinuxVersionCode(2,1,30)
# include <linux/init.h>
-# include <asm/spinlock.h>
+# include <linux/spinlock.h>
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)