summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2014-01-26 15:43:02 +0000
committermiod <miod@openbsd.org>2014-01-26 15:43:02 +0000
commit57a489e5c2a3e38f24e59b57f57c9e7983b9498c (patch)
tree69a079b1bcb88e06c0f5e4843c7503c5ab06abdf
parentmake sure $SCP is tested on the remote end rather than whichever one (diff)
downloadwireguard-openbsd-57a489e5c2a3e38f24e59b57f57c9e7983b9498c.tar.xz
wireguard-openbsd-57a489e5c2a3e38f24e59b57f57c9e7983b9498c.zip
Remove unnecessary <machine/pte.h> dependency.
-rw-r--r--sys/arch/arm/include/vmparam.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/arm/include/vmparam.h b/sys/arch/arm/include/vmparam.h
index 9ddf668ccb4..7c21d5b30a2 100644
--- a/sys/arch/arm/include/vmparam.h
+++ b/sys/arch/arm/include/vmparam.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmparam.h,v 1.11 2014/01/24 22:32:29 miod Exp $ */
+/* $OpenBSD: vmparam.h,v 1.12 2014/01/26 15:43:02 miod Exp $ */
/* $NetBSD: vmparam.h,v 1.18 2003/05/21 18:04:44 thorpej Exp $ */
/*
@@ -44,9 +44,6 @@
*/
#include <sys/lock.h> /* struct simplelock */
-#ifdef _KERNEL
-#include <arm/pte.h> /* pt_entry_t */
-#endif /* _KERNEL */
#define USRTEXT VM_MIN_ADDRESS
#define USRSTACK VM_MAXUSER_ADDRESS