summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2015-12-20 19:09:12 +0000
committerian <ian@FreeBSD.org>2015-12-20 19:09:12 +0000
commitd49c59ad67c87e6b8ef4aec175b43b736fca749e (patch)
tree7541b125d131e82831dd49b5d30d622afd5258f5 /sys/mips
parent9a61b8f71657e6d1334309896e5a01a4827d6b39 (diff)
downloadFreeBSD-src-d49c59ad67c87e6b8ef4aec175b43b736fca749e.zip
FreeBSD-src-d49c59ad67c87e6b8ef4aec175b43b736fca749e.tar.gz
Tidy up mips ofw_machdep.h. Don't include openfirm.h because openfirm.h
is what includes machine/ofw_machdep.h. Don't declare OF_decode_addr(); it isn't implemented yet on mips and the declaration for it is about to be commonized into openfirm.h.
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/include/ofw_machdep.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/mips/include/ofw_machdep.h b/sys/mips/include/ofw_machdep.h
index 35afce1..f14cfdf 100644
--- a/sys/mips/include/ofw_machdep.h
+++ b/sys/mips/include/ofw_machdep.h
@@ -32,7 +32,6 @@
#include <sys/types.h>
#include <sys/rman.h>
#include <sys/bus.h>
-#include <dev/ofw/openfirm.h>
typedef uint32_t cell_t;
struct mem_region {
@@ -40,8 +39,6 @@ struct mem_region {
vm_size_t mr_size;
};
-
-int OF_decode_addr(phandle_t, int, bus_space_tag_t *, bus_space_handle_t *);
void OF_getetheraddr(device_t dev, u_char *addr);
void OF_initial_setup(void *fdt_ptr, void *junk, int (*openfirm)(void *));
OpenPOWER on IntegriCloud