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/aic7xxx.c | |
parent | 4fa868dc108c5c4b4ac4786c269928fe57fab7ad (diff) |
absolutely no need to include vm_parm.h after vm.h
Diffstat (limited to 'sys/dev/ic/aic7xxx.c')
-rw-r--r-- | sys/dev/ic/aic7xxx.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/aic7xxx.c b/sys/dev/ic/aic7xxx.c index 539dccf7a25..c3b75d4399f 100644 --- a/sys/dev/ic/aic7xxx.c +++ b/sys/dev/ic/aic7xxx.c @@ -33,7 +33,7 @@ * SUCH DAMAGE. * * $FreeBSD: src/sys/dev/aic7xxx/aic7xxx.c,v 1.40 2000/01/07 23:08:17 gibbs Exp $ - * $OpenBSD: aic7xxx.c,v 1.28 2001/08/12 20:12:11 mickey Exp $ + * $OpenBSD: aic7xxx.c,v 1.29 2001/08/12 20:33:50 mickey Exp $ */ /* * A few notes on features of the driver. @@ -101,7 +101,6 @@ #include <scsi/scsiconf.h> #include <vm/vm.h> -#include <vm/vm_param.h> #include <dev/ic/aic7xxxreg.h> #include <dev/ic/aic7xxxvar.h> |