Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/scsipi <machine/cpu.h> is not needed here.



details:   https://anonhg.NetBSD.org/src/rev/188c85e98b7a
branches:  trunk
changeset: 480406:188c85e98b7a
user:      pk <pk%NetBSD.org@localhost>
date:      Tue Jan 11 15:32:37 2000 +0000

description:
<machine/cpu.h> is not needed here.

diffstat:

 sys/dev/scsipi/scsipiconf.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 1a9d54c111da -r 188c85e98b7a sys/dev/scsipi/scsipiconf.h
--- a/sys/dev/scsipi/scsipiconf.h       Tue Jan 11 14:20:44 2000 +0000
+++ b/sys/dev/scsipi/scsipiconf.h       Tue Jan 11 15:32:37 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: scsipiconf.h,v 1.34 1999/12/23 21:23:29 leo Exp $      */
+/*     $NetBSD: scsipiconf.h,v 1.35 2000/01/11 15:32:37 pk Exp $       */
 
 /*-
  * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -60,7 +60,6 @@
 typedef        int     boolean;
 
 #include <sys/queue.h>
-#include <machine/cpu.h>
 #include <dev/scsipi/scsipi_debug.h>
 
 /*



Home | Main Index | Thread Index | Old Index