summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2016-04-10 12:32:46 +0000
committerjsg <jsg@openbsd.org>2016-04-10 12:32:46 +0000
commit33b5a5a2b672b219ffaa86ae475dceb553b52470 (patch)
treeefb5a377e528cb00cca960e449c349879bace44a
parentDon't try to get a board name string before attaching mainbus with the (diff)
downloadwireguard-openbsd-33b5a5a2b672b219ffaa86ae475dceb553b52470.tar.xz
wireguard-openbsd-33b5a5a2b672b219ffaa86ae475dceb553b52470.zip
remove an uneeded include
-rw-r--r--sys/arch/armv7/armv7/autoconf.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/armv7/armv7/autoconf.c b/sys/arch/armv7/armv7/autoconf.c
index be6257b37db..970d25aab05 100644
--- a/sys/arch/armv7/armv7/autoconf.c
+++ b/sys/arch/armv7/armv7/autoconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.c,v 1.4 2016/04/10 12:24:13 jsg Exp $ */
+/* $OpenBSD: autoconf.c,v 1.5 2016/04/10 12:32:46 jsg Exp $ */
/* $NetBSD: autoconf.c,v 1.2 2001/09/05 16:17:36 matt Exp $ */
/*
@@ -53,10 +53,7 @@
#include <machine/intr.h>
#include <machine/bus.h>
-#include <armv7/armv7/armv7_machdep.h>
-
struct device *bootdv = NULL;
-extern char *hw_prod;
void dumpconf(void);