diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-08-12 20:12:13 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-08-12 20:12:13 +0000 |
commit | cd2bd1f409e7dc1b940860ca7cc453cc2f1d9dd0 (patch) | |
tree | c02ec93cdb57caac65192fb88aa14e3e3926ebd1 /sys/dev/ic/isp_openbsd.h | |
parent | 616f6d5cd539f3ff6f710669bbb54fef87b5ec8b (diff) |
remove some of the redundant vm includes
Diffstat (limited to 'sys/dev/ic/isp_openbsd.h')
-rw-r--r-- | sys/dev/ic/isp_openbsd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/isp_openbsd.h b/sys/dev/ic/isp_openbsd.h index 06eb9a64f03..b37be9c7340 100644 --- a/sys/dev/ic/isp_openbsd.h +++ b/sys/dev/ic/isp_openbsd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: isp_openbsd.h,v 1.13 2001/04/04 22:08:08 mjacob Exp $ */ +/* $OpenBSD: isp_openbsd.h,v 1.14 2001/08/12 20:12:12 mickey Exp $ */ /* * OpenBSD Specific definitions for the Qlogic ISP Host Adapter */ @@ -50,7 +50,6 @@ #include <vm/vm.h> #include <vm/vm_param.h> -#include <vm/pmap.h> #define ISP_PLATFORM_VERSION_MAJOR 2 |