summaryrefslogtreecommitdiffstats
path: root/sys/dev/si
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-12-06 23:52:35 +0000
committerbde <bde@FreeBSD.org>1995-12-06 23:52:35 +0000
commitc0273b2f6435eb28e855bdccf8752c6bce096291 (patch)
treee151f335575aa8b8b1875c2cb148ac8d58baf799 /sys/dev/si
parent369f41ad46df402995bdb9d0f3e2bf0534b3c81d (diff)
downloadFreeBSD-src-c0273b2f6435eb28e855bdccf8752c6bce096291.zip
FreeBSD-src-c0273b2f6435eb28e855bdccf8752c6bce096291.tar.gz
Replaced #includes of <sys/user.h> by less gross headers, usually
<sys/vm.h>. Many device drivers need only the definition of vtophys() from vm. Added nearby #includes of <sys/conf.h> where appropriate.
Diffstat (limited to 'sys/dev/si')
-rw-r--r--sys/dev/si/si.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c
index 386690c..5e35245 100644
--- a/sys/dev/si/si.c
+++ b/sys/dev/si/si.c
@@ -30,7 +30,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
* NO EVENT SHALL THE AUTHORS BE LIABLE.
*
- * $Id: si.c,v 1.19 1995/11/29 14:39:55 julian Exp $
+ * $Id: si.c,v 1.20 1995/12/04 17:33:45 peter Exp $
*/
#ifndef lint
@@ -45,7 +45,6 @@ static char si_copyright1[] = "@(#) (C) Specialix International, 1990,1992",
#include <sys/tty.h>
#include <sys/ttydefaults.h>
#include <sys/proc.h>
-#include <sys/user.h>
#include <sys/conf.h>
#include <sys/file.h>
#include <sys/uio.h>
@@ -57,6 +56,8 @@ static char si_copyright1[] = "@(#) (C) Specialix International, 1990,1992",
#include <machine/clock.h>
+#include <vm/vm.h>
+
#include <i386/isa/icu.h>
#include <i386/isa/isa.h>
#include <i386/isa/isa_device.h>
OpenPOWER on IntegriCloud