summaryrefslogtreecommitdiff
path: root/sys/dev/ic/xl.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/xl.c
parent616f6d5cd539f3ff6f710669bbb54fef87b5ec8b (diff)
remove some of the redundant vm includes
Diffstat (limited to 'sys/dev/ic/xl.c')
-rw-r--r--sys/dev/ic/xl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/xl.c b/sys/dev/ic/xl.c
index 652b99a2be1..54623f5c489 100644
--- a/sys/dev/ic/xl.c
+++ b/sys/dev/ic/xl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: xl.c,v 1.27 2001/08/03 23:31:52 chris Exp $ */
+/* $OpenBSD: xl.c,v 1.28 2001/08/12 20:12:12 mickey Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -143,7 +143,6 @@
#endif
#include <vm/vm.h> /* for vtophys */
-#include <vm/pmap.h> /* for vtophys */
#include <dev/ic/xlreg.h>