svn commit: r295502 - head/sys/mips/include

Adrian Chadd adrian at FreeBSD.org
Thu Feb 11 06:20:00 UTC 2016


Author: adrian
Date: Thu Feb 11 06:19:58 2016
New Revision: 295502
URL: https://svnweb.freebsd.org/changeset/base/295502

Log:
  Missing commit - remove MIPS fdt bus space.
  
  Differential Revision:	https://reviews.freebsd.org/D5184

Modified:
  head/sys/mips/include/bus.h

Modified: head/sys/mips/include/bus.h
==============================================================================
--- head/sys/mips/include/bus.h	Thu Feb 11 06:19:32 2016	(r295501)
+++ head/sys/mips/include/bus.h	Thu Feb 11 06:19:58 2016	(r295502)
@@ -721,7 +721,6 @@ void	__bs_c(f,_bs_c_8) (void *t, bus_spa
  */
 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)


More information about the svn-src-head mailing list