Date: Thu, 16 Jan 2014 14:48:23 +0000 (UTC) From: Aleksandr Rybalko <ray@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r260752 - head/sys/arm/freescale/imx Message-ID: <201401161448.s0GEmNYH041261@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401161448.s0GEmNYH041261>