summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2016-04-26 13:16:45 +0000
committerandrew <andrew@FreeBSD.org>2016-04-26 13:16:45 +0000
commitd609088cbb4f183c1daf6b1250a3941f996206ee (patch)
tree7793b7adefa38222fd5c43c07835b28f89cbdea2 /sys/dev
parentbe0f4b31175926db843ddfbc2d56a3cac75315ae (diff)
downloadFreeBSD-src-d609088cbb4f183c1daf6b1250a3941f996206ee.zip
FreeBSD-src-d609088cbb4f183c1daf6b1250a3941f996206ee.tar.gz
Stop including machine/fdt.h from the fdt uart code, it's unneeded.
Sponsored by: ABT Systems Ltd
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/uart/uart_cpu_fdt.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/uart/uart_cpu_fdt.c b/sys/dev/uart/uart_cpu_fdt.c
index 956a9ba..4e5ff43 100644
--- a/sys/dev/uart/uart_cpu_fdt.c
+++ b/sys/dev/uart/uart_cpu_fdt.c
@@ -42,9 +42,6 @@ __FBSDID("$FreeBSD$");
#include <vm/pmap.h>
#include <machine/bus.h>
-#if !defined(__aarch64__) && !defined(__riscv__)
-#include <machine/fdt.h>
-#endif
#include <dev/fdt/fdt_common.h>
#include <dev/ofw/ofw_bus.h>
OpenPOWER on IntegriCloud