diff options
author | 2007-03-21 22:10:57 +0000 | |
---|---|---|
committer | 2007-03-21 22:10:57 +0000 | |
commit | 71797c19ce1e0a20655a94517db7816096b8b06f (patch) | |
tree | 91b56c45af89beaf6d046f71fd46ee15b290cbc7 | |
parent | - this file also document rc.conf.local, so add it to NAME (diff) | |
download | wireguard-openbsd-71797c19ce1e0a20655a94517db7816096b8b06f.tar.xz wireguard-openbsd-71797c19ce1e0a20655a94517db7816096b8b06f.zip |
no need to include uvm_extern.h here
-rw-r--r-- | sys/arch/alpha/alpha/dec_eb64plus.c | 4 | ||||
-rw-r--r-- | sys/arch/alpha/alpha/dec_kn300.c | 4 |
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> |