summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2014-04-08 09:02:51 +0000
committermpi <mpi@openbsd.org>2014-04-08 09:02:51 +0000
commit31a7ed3d01564ffb6ee4365c6d4835b885065dc7 (patch)
tree0f9fbefcdddcb2fa2494a89b3281e52e8308630b
parentAdd a new term_flushln() flag TERMP_BRIND (if break, then indent) (diff)
downloadwireguard-openbsd-31a7ed3d01564ffb6ee4365c6d4835b885065dc7.tar.xz
wireguard-openbsd-31a7ed3d01564ffb6ee4365c6d4835b885065dc7.zip
No need for <uvm/uvm_page.h>
-rw-r--r--sys/arch/amd64/pci/vga_post.c5
-rw-r--r--sys/arch/i386/pci/vga_post.c5
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>