summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/pci/vga_post.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/amd64/pci/vga_post.c')
-rw-r--r--sys/arch/amd64/pci/vga_post.c5
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>