diff options
author | andrew <andrew@FreeBSD.org> | 2015-04-04 21:34:26 +0000 |
---|---|---|
committer | andrew <andrew@FreeBSD.org> | 2015-04-04 21:34:26 +0000 |
commit | e636228296406069e15eb7958a48ccd2341701fc (patch) | |
tree | b5e57360fa9cf67958a233a1e73763aec41e19d2 /sys/arm/altera | |
parent | 4e7da03796a646af9d2cfdb7869c5a45ef2074e2 (diff) | |
download | FreeBSD-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.c | 1 | ||||
-rw-r--r-- | sys/arm/altera/socfpga/socfpga_manager.c | 1 |
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> |