diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-08-12 20:33:51 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-08-12 20:33:51 +0000 |
commit | ec3327fe4e57dff3e01a8e146661d960f16a8bae (patch) | |
tree | 5102f28ece84eba889d16dbd88276806ae39e494 /sys/dev/ic/isp_openbsd.h | |
parent | 4fa868dc108c5c4b4ac4786c269928fe57fab7ad (diff) |
absolutely no need to include vm_parm.h after vm.h
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 b37be9c7340..51bb5c37414 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.14 2001/08/12 20:12:12 mickey Exp $ */ +/* $OpenBSD: isp_openbsd.h,v 1.15 2001/08/12 20:33:50 mickey Exp $ */ /* * OpenBSD Specific definitions for the Qlogic ISP Host Adapter */ @@ -49,7 +49,6 @@ #include <scsi/scsi_debug.h> #include <vm/vm.h> -#include <vm/vm_param.h> #define ISP_PLATFORM_VERSION_MAJOR 2 |