Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Feb 2016 06:19:58 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r295502 - head/sys/mips/include
Message-ID:  <201602110619.u1B6JwRd051740@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602110619.u1B6JwRd051740>