summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_nge.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/pci/if_nge.c
parent071c2d52c75d240533eb0bb44f76527fe6f365cf (diff)
Don't include <vm/vm_kern.h> if you don't need foo_map.
Diffstat (limited to 'sys/dev/pci/if_nge.c')
-rw-r--r--sys/dev/pci/if_nge.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_nge.c b/sys/dev/pci/if_nge.c
index 72fffc0097b..fd745d57129 100644
--- a/sys/dev/pci/if_nge.c
+++ b/sys/dev/pci/if_nge.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_nge.c,v 1.9 2001/09/04 14:17:51 nate Exp $ */
+/* $OpenBSD: if_nge.c,v 1.10 2001/09/11 20:05:25 miod Exp $ */
/*
* Copyright (c) 2001 Wind River Systems
* Copyright (c) 1997, 1998, 1999, 2000, 2001
@@ -109,7 +109,6 @@
#endif
#include <vm/vm.h> /* for vtophys */
-#include <vm/vm_kern.h>
#define NGE_USEIOSPACE