summaryrefslogtreecommitdiff
path: root/sys/dev/ic/rtl81x9.c
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2001-08-12 20:12:13 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2001-08-12 20:12:13 +0000
commitcd2bd1f409e7dc1b940860ca7cc453cc2f1d9dd0 (patch)
treec02ec93cdb57caac65192fb88aa14e3e3926ebd1 /sys/dev/ic/rtl81x9.c
parent616f6d5cd539f3ff6f710669bbb54fef87b5ec8b (diff)
remove some of the redundant vm includes
Diffstat (limited to 'sys/dev/ic/rtl81x9.c')
-rw-r--r--sys/dev/ic/rtl81x9.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/rtl81x9.c b/sys/dev/ic/rtl81x9.c
index 30723302dee..286a54e677e 100644
--- a/sys/dev/ic/rtl81x9.c
+++ b/sys/dev/ic/rtl81x9.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rtl81x9.c,v 1.7 2001/08/03 23:26:04 chris Exp $ */
+/* $OpenBSD: rtl81x9.c,v 1.8 2001/08/12 20:12:12 mickey Exp $ */
/*
* Copyright (c) 1997, 1998
@@ -115,9 +115,7 @@
#endif
#include <vm/vm.h> /* for vtophys */
-#include <vm/pmap.h> /* for vtophys */
#include <vm/vm_kern.h>
-#include <vm/vm_extern.h>
#include <machine/bus.h>
#include <dev/mii/mii.h>