diff options
author | 2010-04-27 16:43:23 +0000 | |
---|---|---|
committer | 2010-04-27 16:43:23 +0000 | |
commit | 44244d849ed0f969a4d0c28e05d124fa71a63ead (patch) | |
tree | 08fa74fd30a0113ac60edea2fba69e1bf75d8149 | |
parent | A lot of the sections in this were out of whack with the order they (diff) | |
download | wireguard-openbsd-44244d849ed0f969a4d0c28e05d124fa71a63ead.tar.xz wireguard-openbsd-44244d849ed0f969a4d0c28e05d124fa71a63ead.zip |
arm32 define isn't used on any arm platforms, and machine/io.h doesn't exist,
delete the check. ok deraadt
-rw-r--r-- | sys/arch/arm/mainbus/mainbus.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/arm/mainbus/mainbus.c b/sys/arch/arm/mainbus/mainbus.c index d9378a3038c..86fbaae9720 100644 --- a/sys/arch/arm/mainbus/mainbus.c +++ b/sys/arch/arm/mainbus/mainbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mainbus.c,v 1.3 2005/12/31 23:03:58 drahn Exp $ */ +/* $OpenBSD: mainbus.c,v 1.4 2010/04/27 16:43:23 drahn Exp $ */ /* $NetBSD: mainbus.c,v 1.3 2001/06/13 17:52:43 nathanw Exp $ */ /* @@ -49,14 +49,8 @@ #include <sys/malloc.h> #include <sys/device.h> -#if defined(arm32) /* XXX */ -#include <machine/io.h> -#endif #include <machine/bus.h> #include <arm/mainbus/mainbus.h> -/* -#include "locators.h" -*/ /* * mainbus is a root device so we a bus space tag to pass to children |