diff options
author | 2014-04-08 09:02:51 +0000 | |
---|---|---|
committer | 2014-04-08 09:02:51 +0000 | |
commit | 31a7ed3d01564ffb6ee4365c6d4835b885065dc7 (patch) | |
tree | 0f9fbefcdddcb2fa2494a89b3281e52e8308630b | |
parent | Add a new term_flushln() flag TERMP_BRIND (if break, then indent) (diff) | |
download | wireguard-openbsd-31a7ed3d01564ffb6ee4365c6d4835b885065dc7.tar.xz wireguard-openbsd-31a7ed3d01564ffb6ee4365c6d4835b885065dc7.zip |
No need for <uvm/uvm_page.h>
-rw-r--r-- | sys/arch/amd64/pci/vga_post.c | 5 | ||||
-rw-r--r-- | sys/arch/i386/pci/vga_post.c | 5 |
2 files changed, 4 insertions, 6 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> diff --git a/sys/arch/i386/pci/vga_post.c b/sys/arch/i386/pci/vga_post.c index fc3356c2f07..e3d69139328 100644 --- a/sys/arch/i386/pci/vga_post.c +++ b/sys/arch/i386/pci/vga_post.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vga_post.c,v 1.5 2012/12/05 23:20:12 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> |