summaryrefslogtreecommitdiffstats
path: root/sys/scsi/scsi_driver.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-04-07 17:32:42 +0000
committerbde <bde@FreeBSD.org>1996-04-07 17:32:42 +0000
commitcfdfb3c281cd6aecdf142a332ce950994f4c4a18 (patch)
treeb57f3e3a78bf739af4522d98d12427c7d83345ae /sys/scsi/scsi_driver.c
parent20b5c8f9a647c6eb187977f0ccd47f48658e5547 (diff)
downloadFreeBSD-src-cfdfb3c281cd6aecdf142a332ce950994f4c4a18.zip
FreeBSD-src-cfdfb3c281cd6aecdf142a332ce950994f4c4a18.tar.gz
Removed now-unused #includes of <machine/cpu.h>. They were for bootverbose
being declared in the wrong place.
Diffstat (limited to 'sys/scsi/scsi_driver.c')
-rw-r--r--sys/scsi/scsi_driver.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/scsi/scsi_driver.c b/sys/scsi/scsi_driver.c
index 49fddbe..6a35202 100644
--- a/sys/scsi/scsi_driver.c
+++ b/sys/scsi/scsi_driver.c
@@ -35,7 +35,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: scsi_driver.c,v 1.13 1996/01/20 15:05:50 joerg Exp $
+ * $Id: scsi_driver.c,v 1.14 1996/03/10 07:13:08 gibbs Exp $
*
*/
#include <sys/types.h>
@@ -47,8 +47,6 @@
#include <sys/malloc.h>
#include <sys/fcntl.h>
-#include <machine/cpu.h> /* XXX For bootverbose (funny place) */
-
#include <scsi/scsi_all.h>
#include <scsi/scsiconf.h>
#include <scsi/scsi_driver.h>
OpenPOWER on IntegriCloud