diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2014-04-01 09:05:04 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2014-04-01 09:05:04 +0000 |
commit | 0335a25f3cadf37e6666aec23e3114e0beffb8eb (patch) | |
tree | dce88f2a625e5c6930677e54a21ad4edef829e58 /sys/arch/i386/pci/agp_machdep.c | |
parent | f5c55fbf4e53f27f17ebeb0719e7af94f08cc3d2 (diff) |
More <uvm/uvm.h> -> <uvm/uvm_extern.h> cleaning.
ok kettenis@, deraadt@
Diffstat (limited to 'sys/arch/i386/pci/agp_machdep.c')
-rw-r--r-- | sys/arch/i386/pci/agp_machdep.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/arch/i386/pci/agp_machdep.c b/sys/arch/i386/pci/agp_machdep.c index 4ad2510e4a7..64bb3b1a95c 100644 --- a/sys/arch/i386/pci/agp_machdep.c +++ b/sys/arch/i386/pci/agp_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: agp_machdep.c,v 1.16 2014/03/26 14:41:41 mpi Exp $ */ +/* $OpenBSD: agp_machdep.c,v 1.17 2014/04/01 09:05:03 mpi Exp $ */ /* * Copyright (c) 2008 - 2009 Owain G. Ainsworth <oga@openbsd.org> @@ -51,10 +51,11 @@ #include <dev/pci/pcidevs.h> #include <dev/pci/agpvar.h> +#include <uvm/uvm_extern.h> + #include <machine/cpufunc.h> #include <machine/bus.h> - -#include <uvm/uvm.h> +#include <machine/pmap.h> void agp_flush_cache(void) |