summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ami.c
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-09-11 20:05:27 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-09-11 20:05:27 +0000
commit650cf27b4440ede3599ffc101d32dcc91e46bb9a (patch)
tree92c55aa4cd2a8c4cc3625c79f143ed9632fe0a72 /sys/dev/ic/ami.c
parent071c2d52c75d240533eb0bb44f76527fe6f365cf (diff)
Don't include <vm/vm_kern.h> if you don't need foo_map.
Diffstat (limited to 'sys/dev/ic/ami.c')
-rw-r--r--sys/dev/ic/ami.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/ami.c b/sys/dev/ic/ami.c
index 75e5aea9375..9d0dc8fc8e5 100644
--- a/sys/dev/ic/ami.c
+++ b/sys/dev/ic/ami.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ami.c,v 1.10 2001/07/04 22:53:25 espie Exp $ */
+/* $OpenBSD: ami.c,v 1.11 2001/09/11 20:05:25 miod Exp $ */
/*
* Copyright (c) 2001 Michael Shalayeff
@@ -61,7 +61,6 @@
#include <machine/bus.h>
#include <vm/vm.h>
-#include <vm/vm_kern.h>
#include <uvm/uvm_extern.h>
#include <scsi/scsi_all.h>