svn commit: r261848 - head/sys/arm/freescale/imx

Ian Lepore ian at FreeBSD.org
Thu Feb 13 19:14:24 UTC 2014


Author: ian
Date: Thu Feb 13 19:14:23 2014
New Revision: 261848
URL: http://svnweb.freebsd.org/changeset/base/261848

Log:
  Remove a couple obsolete function declarations.

Modified:
  head/sys/arm/freescale/imx/imx_machdep.h

Modified: head/sys/arm/freescale/imx/imx_machdep.h
==============================================================================
--- head/sys/arm/freescale/imx/imx_machdep.h	Thu Feb 13 19:09:04 2014	(r261847)
+++ head/sys/arm/freescale/imx/imx_machdep.h	Thu Feb 13 19:14:23 2014	(r261848)
@@ -33,7 +33,6 @@
 
 /* Common functions, implemented in imx_machdep.c. */
 
-void imx_devmap_addentry(vm_paddr_t _pa, vm_size_t _sz);
 void imx_wdog_cpu_reset(vm_offset_t _wdcr_phys)  __attribute__((__noreturn__));
 
 /* From here down, routines are implemented in imxNN_machdep.c. */
@@ -57,8 +56,6 @@ void imx_wdog_cpu_reset(vm_offset_t _wdc
 u_int imx_soc_type(void);
 u_int imx_soc_family(void);
 
-void imx_devmap_init(void);
-
 /*
  * We need a clock management system that works across unrelated SoCs and
  * devices.  For now, to keep imx development moving, define some barebones


More information about the svn-src-all mailing list