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

Aleksandr Rybalko ray at FreeBSD.org
Thu Jan 16 14:48:24 UTC 2014


Author: ray
Date: Thu Jan 16 14:48:23 2014
New Revision: 260752
URL: http://svnweb.freebsd.org/changeset/base/260752

Log:
  Fix build after FDT changes.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/arm/freescale/imx/imx51_ipuv3_fbd.c

Modified: head/sys/arm/freescale/imx/imx51_ipuv3_fbd.c
==============================================================================
--- head/sys/arm/freescale/imx/imx51_ipuv3_fbd.c	Thu Jan 16 14:48:05 2014	(r260751)
+++ head/sys/arm/freescale/imx/imx51_ipuv3_fbd.c	Thu Jan 16 14:48:23 2014	(r260752)
@@ -57,6 +57,7 @@ __FBSDID("$FreeBSD$");
 #include <machine/bus.h>
 #include <machine/cpu.h>
 #include <machine/cpufunc.h>
+#include <machine/fdt.h>
 #include <machine/resource.h>
 #include <machine/frame.h>
 #include <machine/intr.h>


More information about the svn-src-head mailing list