diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2014-04-08 09:02:52 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2014-04-08 09:02:52 +0000 |
commit | 2bb8e7dac97c65cf39fc1dcdc21a090362b928fa (patch) | |
tree | 5b5334f8a11071baf410b439fa949270db569e82 /sys/arch/amd64 | |
parent | d076a0af438bb0991cd40bccf3533ff80230a1e3 (diff) |
No need for <uvm/uvm_page.h>
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/pci/vga_post.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/amd64/pci/vga_post.c b/sys/arch/amd64/pci/vga_post.c index e4ab05158ba..821bc1e3d62 100644 --- a/sys/arch/amd64/pci/vga_post.c +++ b/sys/arch/amd64/pci/vga_post.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vga_post.c,v 1.5 2012/12/05 23:20:10 deraadt Exp $ */ +/* $OpenBSD: vga_post.c,v 1.6 2014/04/08 09:02:51 mpi Exp $ */ /* $NetBSD: vga_post.c,v 1.12 2009/03/15 21:32:36 cegger Exp $ */ /*- @@ -33,11 +33,10 @@ #include <sys/param.h> #include <sys/device.h> #include <sys/malloc.h> + #include <uvm/uvm_extern.h> -#include <uvm/uvm_page.h> #include <machine/pio.h> - #include <machine/vga_post.h> #include <dev/x86emu/x86emu.h> |