diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-04-23 07:47:12 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-04-23 07:47:12 +0000 |
| commit | 625fa10a308f757b1ded09eca73342e2f967726f (patch) | |
| tree | ea478e93c098abe3a902f1c687117728031defa0 | |
| parent | 8fe25bc123dae35183a3526fbefeaccac87f2529 (diff) | |
Notes
| -rw-r--r-- | sys/scsi/scsiconf.c | 5 | ||||
| -rw-r--r-- | sys/scsi/scsiconf.h | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index 2e92c5c2bea2..c1050e251697 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 0bacad6c8d1c..b3a908b4e4e3 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: |
