1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-16 15:11:52 +00:00

Missing commit - remove MIPS fdt bus space.

Differential Revision:	https://reviews.freebsd.org/D5184
This commit is contained in:
Adrian Chadd 2016-02-11 06:19:58 +00:00
parent 7519c628d3
commit 67a2f29041
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=295502

View File

@ -721,7 +721,6 @@ void __bs_c(f,_bs_c_8) (void *t, bus_space_handle_t bsh1, \
*/
DECLARE_BUS_SPACE_PROTOTYPES(generic);
extern bus_space_tag_t mips_bus_space_generic;
extern bus_space_tag_t mips_bus_space_fdt;
/* Special bus space for RMI processors */
#if defined(CPU_RMI) || defined (CPU_NLM)