summaryrefslogtreecommitdiff
path: root/sys/scsi/scsiconf.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2013-03-28 16:55:28 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2013-03-28 16:55:28 +0000
commitc1234e7d71e875a72c54eca74cbc2f63347cb884 (patch)
treeb9eb5a5901dcd5d302cf5c5b2b2ba2b2f6cd9bd0 /sys/scsi/scsiconf.h
parent790854fc3969b4dc1105915a4009f802424b68fb (diff)
do not include machine/cpu.h from a .c file; it is the responsibility of
.h files to pull it in, if needed ok tedu
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 bf8a5683125..859ab2b2be0 100644
--- a/sys/scsi/scsiconf.h
+++ b/sys/scsi/scsiconf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: scsiconf.h,v 1.151 2013/03/04 00:41:54 dlg Exp $ */
+/* $OpenBSD: scsiconf.h,v 1.152 2013/03/28 16:55:27 deraadt Exp $ */
/* $NetBSD: scsiconf.h,v 1.35 1997/04/02 02:29:38 mycroft Exp $ */
/*
@@ -54,7 +54,6 @@
#include <sys/timeout.h>
#include <sys/workq.h>
#include <sys/mutex.h>
-#include <machine/cpu.h>
#include <scsi/scsi_debug.h>
static __inline void _lto2b(u_int32_t val, u_int8_t *bytes);