diff options
Diffstat (limited to 'sys/dev/isa/aha.c')
-rw-r--r-- | sys/dev/isa/aha.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/isa/aha.c b/sys/dev/isa/aha.c index f447248c45c..9488aff583d 100644 --- a/sys/dev/isa/aha.c +++ b/sys/dev/isa/aha.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aha.c,v 1.75 2013/01/06 22:06:54 martynas Exp $ */ +/* $OpenBSD: aha.c,v 1.76 2014/03/28 17:57:11 mpi Exp $ */ /* $NetBSD: aha.c,v 1.11 1996/05/12 23:51:23 mycroft Exp $ */ #undef AHADIAG @@ -59,7 +59,6 @@ #include <sys/proc.h> #include <sys/timeout.h> -#include <uvm/uvm.h> #include <uvm/uvm_extern.h> #include <machine/intr.h> |