diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-04-10 12:32:47 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-04-10 12:32:47 +0000 |
commit | 1c312632937d7a1602e26567f7b7d6d2296f088e (patch) | |
tree | 1842eaeb76614e8a093d3ce6c8eb8c7e4fa8be19 /sys | |
parent | b8eb3fc346cdf9eb8dab5d711365207ebfeed65f (diff) |
remove an uneeded include
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/armv7/armv7/autoconf.c | 5 |
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); |