summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2016-08-31 14:23:37 +0000
committerjsg <jsg@openbsd.org>2016-08-31 14:23:37 +0000
commite9613869ccdc96f01de74b28016fcc144f08bfbd (patch)
tree43e6b5ed5dc3cf715724030e3e19749a79f7a52f /sys
parentproc_trampoline_mp hasn't needed curproc since 2011 (diff)
downloadwireguard-openbsd-e9613869ccdc96f01de74b28016fcc144f08bfbd.tar.xz
wireguard-openbsd-e9613869ccdc96f01de74b28016fcc144f08bfbd.zip
remove no longer required pl011var.h include
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/armv7/vexpress/vexpress_machdep.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/armv7/vexpress/vexpress_machdep.c b/sys/arch/armv7/vexpress/vexpress_machdep.c
index 005cbe57973..065e07706f8 100644
--- a/sys/arch/armv7/vexpress/vexpress_machdep.c
+++ b/sys/arch/armv7/vexpress/vexpress_machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vexpress_machdep.c,v 1.4 2016/06/08 15:27:05 jsg Exp $ */
+/* $OpenBSD: vexpress_machdep.c,v 1.5 2016/08/31 14:23:37 jsg Exp $ */
/*
* Copyright (c) 2013 Sylvestre Gallon <ccna.syl@gmail.com>
*
@@ -30,7 +30,6 @@
#include <arm/armv7/armv7var.h>
#include <arm/mainbus/mainbus.h>
#include <armv7/armv7/armv7var.h>
-#include <armv7/vexpress/pl011var.h>
#include <armv7/armv7/armv7_machdep.h>
extern void sysconf_reboot(void);