summaryrefslogtreecommitdiffstats
path: root/sys/i386/eisa/aha1742.c
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/i386/eisa/aha1742.c
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/i386/eisa/aha1742.c')
-rw-r--r--sys/i386/eisa/aha1742.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/i386/eisa/aha1742.c b/sys/i386/eisa/aha1742.c
index 7a33c04..a61b909 100644
--- a/sys/i386/eisa/aha1742.c
+++ b/sys/i386/eisa/aha1742.c
@@ -14,7 +14,7 @@
*
* commenced: Sun Sep 27 18:14:01 PDT 1992
*
- * $Id: aha1742.c,v 1.40 1995/11/09 22:43:24 gibbs Exp $
+ * $Id: aha1742.c,v 1.41 1995/11/29 10:12:28 phk Exp $
*/
#include <sys/types.h>
@@ -28,8 +28,11 @@
#include <sys/malloc.h>
#include <sys/buf.h>
#include <sys/proc.h>
-#include <sys/user.h>
+
#include <machine/clock.h>
+
+#include <vm/vm.h>
+
#include <i386/eisa/eisaconf.h>
#else
#define NAHB 1
OpenPOWER on IntegriCloud