diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2020-08-16 13:39:22 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2020-08-16 13:39:22 +0000 |
commit | 1d510bb94cb9670c4c29b5ef761ccc1a3238a169 (patch) | |
tree | cf5babdd6d966d9a0bcb34cd8adfeff3cbe595d4 /sys/scsi/scsiconf.h | |
parent | a0ef76b45eb9ed6281ce08fac50ad0dacb7eb888 (diff) |
Don't include scsi_debug.h via scsiconf.h. Nobody but scsi/* should be using the
contents thereof.
Compile tests by martjn@ (alpha), visa@ (sgi) jmatthew@ (sparc64) aoyama@
(luna88k)
Diffstat (limited to 'sys/scsi/scsiconf.h')
-rw-r--r-- | sys/scsi/scsiconf.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/scsi/scsiconf.h b/sys/scsi/scsiconf.h index 2750fd31de9..8a2297ecc6c 100644 --- a/sys/scsi/scsiconf.h +++ b/sys/scsi/scsiconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: scsiconf.h,v 1.194 2020/08/14 16:45:48 krw Exp $ */ +/* $OpenBSD: scsiconf.h,v 1.195 2020/08/16 13:39:21 krw Exp $ */ /* $NetBSD: scsiconf.h,v 1.35 1997/04/02 02:29:38 mycroft Exp $ */ /* @@ -53,7 +53,6 @@ #include <sys/queue.h> #include <sys/timeout.h> #include <sys/mutex.h> -#include <scsi/scsi_debug.h> static __inline void _lto2b(u_int32_t val, u_int8_t *bytes); static __inline void _lto3b(u_int32_t val, u_int8_t *bytes); |