diff options
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 a1f7b4b2879..539dccf7a25 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.27 2001/04/24 18:22:31 deraadt Exp $ + * $OpenBSD: aic7xxx.c,v 1.28 2001/08/12 20:12:11 mickey Exp $ */ /* * A few notes on features of the driver. @@ -102,7 +102,6 @@ #include <vm/vm.h> #include <vm/vm_param.h> -#include <vm/pmap.h> #include <dev/ic/aic7xxxreg.h> #include <dev/ic/aic7xxxvar.h> |