diff --git a/sys/mips/include/ofw_machdep.h b/sys/mips/include/ofw_machdep.h index 35afce1ed9c0..f14cfdfd4c64 100644 --- a/sys/mips/include/ofw_machdep.h +++ b/sys/mips/include/ofw_machdep.h @@ -32,7 +32,6 @@ #include #include #include -#include 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 *));