aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/amlogic
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2016-11-14 11:52:22 +0000
committerAndrew Turner <andrew@FreeBSD.org>2016-11-14 11:52:22 +0000
commit222102cfcad6179aa3d99658453ef68e6bccc1d1 (patch)
tree83c801d61fffddf09af884999268ba5561ada125 /sys/arm/amlogic
parentdf7675353ea71a3ed3f17e1b88e4d0c38ceaa834 (diff)
downloadsrc-222102cfcad6179aa3d99658453ef68e6bccc1d1.tar.gz
src-222102cfcad6179aa3d99658453ef68e6bccc1d1.zip
Move including fdt_pinctrl.h after openfirm.h to get th edefinition of
phandle_t and remove the need for including fdt_common.h. Sponsored by: ABT Systems Ltd
Notes
Notes: svn path=/head/; revision=308639
Diffstat (limited to 'sys/arm/amlogic')
-rw-r--r--sys/arm/amlogic/aml8726/aml8726_pinctrl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arm/amlogic/aml8726/aml8726_pinctrl.c b/sys/arm/amlogic/aml8726/aml8726_pinctrl.c
index a71c25ae82fb..5465b1cbe04a 100644
--- a/sys/arm/amlogic/aml8726/aml8726_pinctrl.c
+++ b/sys/arm/amlogic/aml8726/aml8726_pinctrl.c
@@ -45,10 +45,9 @@ __FBSDID("$FreeBSD$");
#include <machine/bus.h>
-#include <dev/fdt/fdt_common.h>
-#include <dev/fdt/fdt_pinctrl.h>
#include <dev/ofw/ofw_bus.h>
#include <dev/ofw/ofw_bus_subr.h>
+#include <dev/fdt/fdt_pinctrl.h>
#include <arm/amlogic/aml8726/aml8726_soc.h>
#include <arm/amlogic/aml8726/aml8726_pinctrl.h>