diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2014-04-03 09:15:07 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2014-04-03 09:15:07 +0000 |
commit | 1ccd1bca5966b860eac6b774c4041bacb3bf7b15 (patch) | |
tree | 0f733a4ef3b54a3cee9f2a421c948808c5808940 /sys/arch/sparc64/dev/vdsp.c | |
parent | 5c9c0f16453c4e53faa6126eb82dc8f69125ffe3 (diff) |
Use <uvm/uvm_extern.h> if it's enough.
Diffstat (limited to 'sys/arch/sparc64/dev/vdsp.c')
-rw-r--r-- | sys/arch/sparc64/dev/vdsp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/dev/vdsp.c b/sys/arch/sparc64/dev/vdsp.c index db488ff916e..0e26bc6d6cd 100644 --- a/sys/arch/sparc64/dev/vdsp.c +++ b/sys/arch/sparc64/dev/vdsp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vdsp.c,v 1.24 2014/01/24 09:58:03 kettenis Exp $ */ +/* $OpenBSD: vdsp.c,v 1.25 2014/04/03 09:15:06 mpi Exp $ */ /* * Copyright (c) 2009, 2011, 2014 Mark Kettenis * @@ -33,7 +33,7 @@ #include <machine/hypervisor.h> #include <machine/mdesc.h> -#include <uvm/uvm.h> +#include <uvm/uvm_extern.h> #include <scsi/scsi_all.h> #include <scsi/scsi_disk.h> |