summaryrefslogtreecommitdiff
path: root/sys/scsi/scsiconf.h
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2020-08-16 13:39:22 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2020-08-16 13:39:22 +0000
commit1d510bb94cb9670c4c29b5ef761ccc1a3238a169 (patch)
treecf5babdd6d966d9a0bcb34cd8adfeff3cbe595d4 /sys/scsi/scsiconf.h
parenta0ef76b45eb9ed6281ce08fac50ad0dacb7eb888 (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.h3
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);