summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpefo <pefo@openbsd.org>2004-08-06 22:11:54 +0000
committerpefo <pefo@openbsd.org>2004-08-06 22:11:54 +0000
commit76e5c395ae35c1bffd105e9d7a2ee5d540a73f89 (patch)
treedf26a65e22a8183c442c27e0198f3dfa67906d6d
parentorder, order... (diff)
downloadwireguard-openbsd-76e5c395ae35c1bffd105e9d7a2ee5d540a73f89.tar.xz
wireguard-openbsd-76e5c395ae35c1bffd105e9d7a2ee5d540a73f89.zip
no localbus.h
-rw-r--r--sys/arch/mips64/mips64/busdma.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/mips64/mips64/busdma.c b/sys/arch/mips64/mips64/busdma.c
index eb740703484..bbfc5fea450 100644
--- a/sys/arch/mips64/mips64/busdma.c
+++ b/sys/arch/mips64/mips64/busdma.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: busdma.c,v 1.1 2004/08/06 20:56:03 pefo Exp $ */
+/* $OpenBSD: busdma.c,v 1.2 2004/08/06 22:11:54 pefo Exp $ */
/*
* Copyright (c) 2003-2004 Opsycon AB (www.opsycon.se / www.opsycon.com)
@@ -45,8 +45,6 @@
#include <machine/bus.h>
-#include <pmonmips/localbus/localbus.h>
-
/*
* Common function for DMA map creation. May be called by bus-specific
* DMA map creation functions.