summaryrefslogtreecommitdiffstats
path: root/sys/scsi
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-04-23 07:47:12 +0000
committerbde <bde@FreeBSD.org>1995-04-23 07:47:12 +0000
commita8bc895edc01d0cd6256e7efdcc4442953fe6ca8 (patch)
treeea478e93c098abe3a902f1c687117728031defa0 /sys/scsi
parent33ea6b6999931f9c8ed335f4e763cef78a6a47a6 (diff)
downloadFreeBSD-src-a8bc895edc01d0cd6256e7efdcc4442953fe6ca8.zip
FreeBSD-src-a8bc895edc01d0cd6256e7efdcc4442953fe6ca8.tar.gz
Don't export a bogus include to half the universe.
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/scsiconf.c5
-rw-r--r--sys/scsi/scsiconf.h4
2 files changed, 4 insertions, 5 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c
index 2e92c5c..c1050e2 100644
--- a/sys/scsi/scsiconf.c
+++ b/sys/scsi/scsiconf.c
@@ -16,18 +16,19 @@
*
* New configuration setup: dufault@hda.com
*
- * $Id: scsiconf.c,v 1.26 1995/03/21 11:21:04 dufault Exp $
+ * $Id: scsiconf.c,v 1.27 1995/04/14 15:10:37 dufault Exp $
*/
#include <sys/types.h>
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/stat.h>
-
#include <sys/malloc.h>
#include <sys/devconf.h>
#include <sys/conf.h>
+
#include <machine/clock.h>
+#include <machine/cpu.h> /* XXX For bootverbose (funny place) */
#include "scbus.h"
diff --git a/sys/scsi/scsiconf.h b/sys/scsi/scsiconf.h
index 0bacad6..b3a908b 100644
--- a/sys/scsi/scsiconf.h
+++ b/sys/scsi/scsiconf.h
@@ -14,7 +14,7 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
- * $Id: scsiconf.h,v 1.21 1995/03/21 11:21:05 dufault Exp $
+ * $Id: scsiconf.h,v 1.22 1995/04/14 15:10:39 dufault Exp $
*/
#ifndef SCSI_SCSICONF_H
#define SCSI_SCSICONF_H 1
@@ -31,8 +31,6 @@ typedef unsigned char u_int8;
#include <scsi/scsi_all.h>
#include <scsi/scsi_driver.h>
-#include <machine/cpu.h> /* XXX For bootverbose (funny place) */
-
/* Minor number fields:
*
* NON-FIXED SCSI devices:
OpenPOWER on IntegriCloud