svn commit: r260331 - in head/sys/arm: broadcom/bcm2835 freescale/imx lpc
Ian Lepore
ian at FreeBSD.org
Sun Jan 5 20:09:52 UTC 2014
Author: ian
Date: Sun Jan 5 20:09:51 2014
New Revision: 260331
URL: http://svnweb.freebsd.org/changeset/base/260331
Log:
Add #include <machine/fdt.h> to a few files that used to get it via
pollution from other headers.
Modified:
head/sys/arm/broadcom/bcm2835/bcm2835_fbd.c
head/sys/arm/freescale/imx/imx51_ipuv3.c
head/sys/arm/lpc/lpc_machdep.c
Modified: head/sys/arm/broadcom/bcm2835/bcm2835_fbd.c
==============================================================================
--- head/sys/arm/broadcom/bcm2835/bcm2835_fbd.c Sun Jan 5 20:07:12 2014 (r260330)
+++ head/sys/arm/broadcom/bcm2835/bcm2835_fbd.c Sun Jan 5 20:09:51 2014 (r260331)
@@ -56,6 +56,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/intr.h>
Modified: head/sys/arm/freescale/imx/imx51_ipuv3.c
==============================================================================
--- head/sys/arm/freescale/imx/imx51_ipuv3.c Sun Jan 5 20:07:12 2014 (r260330)
+++ head/sys/arm/freescale/imx/imx51_ipuv3.c Sun Jan 5 20:09:51 2014 (r260331)
@@ -56,6 +56,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/intr.h>
Modified: head/sys/arm/lpc/lpc_machdep.c
==============================================================================
--- head/sys/arm/lpc/lpc_machdep.c Sun Jan 5 20:07:12 2014 (r260330)
+++ head/sys/arm/lpc/lpc_machdep.c Sun Jan 5 20:09:51 2014 (r260331)
@@ -50,6 +50,7 @@ __FBSDID("$FreeBSD$");
#include <vm/pmap.h>
#include <machine/bus.h>
+#include <machine/fdt.h>
#include <machine/devmap.h>
#include <machine/machdep.h>
More information about the svn-src-all
mailing list