diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-03-28 16:55:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-03-28 16:55:28 +0000 |
commit | c1234e7d71e875a72c54eca74cbc2f63347cb884 (patch) | |
tree | b9eb5a5901dcd5d302cf5c5b2b2ba2b2f6cd9bd0 /sys/scsi/scsiconf.h | |
parent | 790854fc3969b4dc1105915a4009f802424b68fb (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.h | 3 |
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); |