Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic We don't need <sys/proc.h>, <sys/user.h> and <mac...



details:   https://anonhg.NetBSD.org/src/rev/018d1b353931
branches:  trunk
changeset: 499866:018d1b353931
user:      pk <pk%NetBSD.org@localhost>
date:      Thu Nov 30 23:21:39 2000 +0000

description:
We don't need <sys/proc.h>, <sys/user.h> and <machine/cpu.h>.

diffstat:

 sys/dev/ic/ncr53c9x.c |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (27 lines):

diff -r fb2142a1cb6f -r 018d1b353931 sys/dev/ic/ncr53c9x.c
--- a/sys/dev/ic/ncr53c9x.c     Thu Nov 30 23:12:43 2000 +0000
+++ b/sys/dev/ic/ncr53c9x.c     Thu Nov 30 23:21:39 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ncr53c9x.c,v 1.58 2000/11/30 23:12:43 pk Exp $ */
+/*     $NetBSD: ncr53c9x.c,v 1.59 2000/11/30 23:21:39 pk Exp $ */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -86,8 +86,6 @@
 #include <sys/device.h>
 #include <sys/buf.h>
 #include <sys/malloc.h>
-#include <sys/proc.h>
-#include <sys/user.h>
 #include <sys/queue.h>
 #include <sys/pool.h>
 #include <sys/scsiio.h>
@@ -97,8 +95,6 @@
 #include <dev/scsipi/scsiconf.h>
 #include <dev/scsipi/scsi_message.h>
 
-#include <machine/cpu.h>
-
 #include <dev/ic/ncr53c9xreg.h>
 #include <dev/ic/ncr53c9xvar.h>
 



Home | Main Index | Thread Index | Old Index