summaryrefslogtreecommitdiffstats
path: root/sys/arm/altera
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/altera
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/altera')
-rw-r--r--sys/arm/altera/socfpga/socfpga_gpio.c1
-rw-r--r--sys/arm/altera/socfpga/socfpga_manager.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/arm/altera/socfpga/socfpga_gpio.c b/sys/arm/altera/socfpga/socfpga_gpio.c
index 7cec0c1..0e71d18 100644
--- a/sys/arm/altera/socfpga/socfpga_gpio.c
+++ b/sys/arm/altera/socfpga/socfpga_gpio.c
@@ -61,7 +61,6 @@ __FBSDID("$FreeBSD$");
#include <dev/ofw/ofw_bus_subr.h>
#include <machine/bus.h>
-#include <machine/fdt.h>
#include <machine/cpu.h>
#include <machine/intr.h>
diff --git a/sys/arm/altera/socfpga/socfpga_manager.c b/sys/arm/altera/socfpga/socfpga_manager.c
index 47fd23f..3b63f79 100644
--- a/sys/arm/altera/socfpga/socfpga_manager.c
+++ b/sys/arm/altera/socfpga/socfpga_manager.c
@@ -54,7 +54,6 @@ __FBSDID("$FreeBSD$");
#include <dev/ofw/ofw_bus_subr.h>
#include <machine/bus.h>
-#include <machine/fdt.h>
#include <machine/cpu.h>
#include <machine/intr.h>
OpenPOWER on IntegriCloud