diff options
author | Andrew Turner <andrew@FreeBSD.org> | 2016-11-14 11:41:22 +0000 |
---|---|---|
committer | Andrew Turner <andrew@FreeBSD.org> | 2016-11-14 11:41:22 +0000 |
commit | df7675353ea71a3ed3f17e1b88e4d0c38ceaa834 (patch) | |
tree | edaabab3bc8960cf1fba8b1f74d2a3ffd628e3ef /sys/arm/freescale/imx/imx51_ipuv3_fbd.c | |
parent | 32a455e090f82853f4bbf610ce687740762a7f17 (diff) | |
download | src-df7675353ea71a3ed3f17e1b88e4d0c38ceaa834.tar.gz src-df7675353ea71a3ed3f17e1b88e4d0c38ceaa834.zip |
Stop including fdt_common.h from the arm code when it's unneeded.
Sponsored by: ABT Systems Ltd
Notes
Notes:
svn path=/head/; revision=308638
Diffstat (limited to 'sys/arm/freescale/imx/imx51_ipuv3_fbd.c')
-rw-r--r-- | sys/arm/freescale/imx/imx51_ipuv3_fbd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arm/freescale/imx/imx51_ipuv3_fbd.c b/sys/arm/freescale/imx/imx51_ipuv3_fbd.c index 800244a80cd6..ea9ca6da730e 100644 --- a/sys/arm/freescale/imx/imx51_ipuv3_fbd.c +++ b/sys/arm/freescale/imx/imx51_ipuv3_fbd.c @@ -59,7 +59,6 @@ __FBSDID("$FreeBSD$"); #include <machine/frame.h> #include <machine/intr.h> -#include <dev/fdt/fdt_common.h> #include <dev/ofw/ofw_bus.h> #include <dev/ofw/ofw_bus_subr.h> |