summaryrefslogtreecommitdiffstats
path: root/sys/arm/rockchip
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2015-04-04 21:34:26 +0000
committerandrew <andrew@FreeBSD.org>2015-04-04 21:34:26 +0000
commite636228296406069e15eb7958a48ccd2341701fc (patch)
treeb5e57360fa9cf67958a233a1e73763aec41e19d2 /sys/arm/rockchip
parent4e7da03796a646af9d2cfdb7869c5a45ef2074e2 (diff)
downloadFreeBSD-src-e636228296406069e15eb7958a48ccd2341701fc.zip
FreeBSD-src-e636228296406069e15eb7958a48ccd2341701fc.tar.gz
Stop using machine/fdt.h in the arm kernel code when we don't need it.
Diffstat (limited to 'sys/arm/rockchip')
-rw-r--r--sys/arm/rockchip/rk30xx_common.c1
-rw-r--r--sys/arm/rockchip/rk30xx_gpio.c1
-rw-r--r--sys/arm/rockchip/rk30xx_grf.c1
-rw-r--r--sys/arm/rockchip/rk30xx_pmu.c1
4 files changed, 0 insertions, 4 deletions
diff --git a/sys/arm/rockchip/rk30xx_common.c b/sys/arm/rockchip/rk30xx_common.c
index 6eb892c..eff1824 100644
--- a/sys/arm/rockchip/rk30xx_common.c
+++ b/sys/arm/rockchip/rk30xx_common.c
@@ -36,7 +36,6 @@ __FBSDID("$FreeBSD$");
#include <dev/ofw/openfirm.h>
#include <machine/bus.h>
-#include <machine/fdt.h>
#include <machine/vmparam.h>
struct fdt_fixup_entry fdt_fixup_table[] = {
diff --git a/sys/arm/rockchip/rk30xx_gpio.c b/sys/arm/rockchip/rk30xx_gpio.c
index ce20c1c..2c95fb9 100644
--- a/sys/arm/rockchip/rk30xx_gpio.c
+++ b/sys/arm/rockchip/rk30xx_gpio.c
@@ -44,7 +44,6 @@ __FBSDID("$FreeBSD$");
#include <machine/cpu.h>
#include <machine/cpufunc.h>
#include <machine/resource.h>
-#include <machine/fdt.h>
#include <machine/intr.h>
#include <dev/fdt/fdt_common.h>
diff --git a/sys/arm/rockchip/rk30xx_grf.c b/sys/arm/rockchip/rk30xx_grf.c
index 29da576..ce61e8c 100644
--- a/sys/arm/rockchip/rk30xx_grf.c
+++ b/sys/arm/rockchip/rk30xx_grf.c
@@ -49,7 +49,6 @@ __FBSDID("$FreeBSD$");
#include <dev/ofw/ofw_bus_subr.h>
#include <machine/bus.h>
-#include <machine/fdt.h>
#include "rk30xx_grf.h"
diff --git a/sys/arm/rockchip/rk30xx_pmu.c b/sys/arm/rockchip/rk30xx_pmu.c
index 517aef3..514e961 100644
--- a/sys/arm/rockchip/rk30xx_pmu.c
+++ b/sys/arm/rockchip/rk30xx_pmu.c
@@ -49,7 +49,6 @@ __FBSDID("$FreeBSD$");
#include <dev/ofw/ofw_bus_subr.h>
#include <machine/bus.h>
-#include <machine/fdt.h>
#include "rk30xx_pmu.h"
OpenPOWER on IntegriCloud