summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Reindl <martin@cvs.openbsd.org>2007-03-21 22:10:58 +0000
committerMartin Reindl <martin@cvs.openbsd.org>2007-03-21 22:10:58 +0000
commitda81468e61252a96a7701646afcc6f2b16f547fa (patch)
tree3f877336f5105d4044edd0104475edb55329f15e
parentb2a09c3beb9ad4c39d3d4c58db73cfd0baf82f4d (diff)
no need to include uvm_extern.h here
-rw-r--r--sys/arch/alpha/alpha/dec_eb64plus.c4
-rw-r--r--sys/arch/alpha/alpha/dec_kn300.c4
2 files changed, 2 insertions, 6 deletions
diff --git a/sys/arch/alpha/alpha/dec_eb64plus.c b/sys/arch/alpha/alpha/dec_eb64plus.c
index 4f73bdd1672..dca2457aa73 100644
--- a/sys/arch/alpha/alpha/dec_eb64plus.c
+++ b/sys/arch/alpha/alpha/dec_eb64plus.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dec_eb64plus.c,v 1.5 2006/11/28 16:56:50 dlg Exp $ */
+/* $OpenBSD: dec_eb64plus.c,v 1.6 2007/03/21 22:10:57 martin Exp $ */
/* $NetBSD: dec_eb64plus.c,v 1.25 2001/06/05 04:53:11 thorpej Exp $ */
/*
@@ -37,8 +37,6 @@
#include <sys/termios.h>
#include <dev/cons.h>
-#include <uvm/uvm_extern.h>
-
#include <machine/rpb.h>
#include <machine/autoconf.h>
#include <machine/cpuconf.h>
diff --git a/sys/arch/alpha/alpha/dec_kn300.c b/sys/arch/alpha/alpha/dec_kn300.c
index e72270d3b30..503aeb8585c 100644
--- a/sys/arch/alpha/alpha/dec_kn300.c
+++ b/sys/arch/alpha/alpha/dec_kn300.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dec_kn300.c,v 1.1 2007/03/16 21:22:27 robert Exp $ */
+/* $OpenBSD: dec_kn300.c,v 1.2 2007/03/21 22:10:57 martin Exp $ */
/* $NetBSD: dec_kn300.c,v 1.34 2007/03/04 15:18:10 yamt Exp $ */
/*
@@ -54,8 +54,6 @@
#include <dev/pci/pcireg.h>
#include <dev/pci/pcivar.h>
-#include <uvm/uvm_extern.h>
-
#include <alpha/mcbus/mcbusreg.h>
#include <alpha/mcbus/mcbusvar.h>
#include <alpha/pci/mcpciareg.h>