diff options
Diffstat (limited to 'sys/arch/sparc64/dev/iommu.c')
-rw-r--r-- | sys/arch/sparc64/dev/iommu.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc64/dev/iommu.c b/sys/arch/sparc64/dev/iommu.c index a495ffbd935..9fe244ca7d8 100644 --- a/sys/arch/sparc64/dev/iommu.c +++ b/sys/arch/sparc64/dev/iommu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: iommu.c,v 1.5 2001/10/15 03:36:16 jason Exp $ */ +/* $OpenBSD: iommu.c,v 1.6 2001/11/06 19:53:16 miod Exp $ */ /* $NetBSD: iommu.c,v 1.42 2001/10/07 20:30:40 eeh Exp $ */ /* @@ -119,7 +119,6 @@ #include <sys/systm.h> #include <sys/device.h> -#include <vm/vm.h> #include <uvm/uvm_extern.h> #include <machine/bus.h> |