aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2016-04-26 13:16:45 +0000
committerAndrew Turner <andrew@FreeBSD.org>2016-04-26 13:16:45 +0000
commit9c42d415a392c52026806ba59511ce4ecb390ba8 (patch)
tree7793b7adefa38222fd5c43c07835b28f89cbdea2 /sys/dev/uart
parent00106e52c24545fbf1efe4b7a9502e7e174c7f99 (diff)
downloadsrc-9c42d415a392c52026806ba59511ce4ecb390ba8.tar.gz
src-9c42d415a392c52026806ba59511ce4ecb390ba8.zip
Stop including machine/fdt.h from the fdt uart code, it's unneeded.
Sponsored by: ABT Systems Ltd
Notes
Notes: svn path=/head/; revision=298637
Diffstat (limited to 'sys/dev/uart')
-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 956a9baece05..4e5ff43cdb51 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>