svn commit: r298637 - head/sys/dev/uart
Andrew Turner
andrew at FreeBSD.org
Tue Apr 26 13:16:47 UTC 2016
Author: andrew
Date: Tue Apr 26 13:16:45 2016
New Revision: 298637
URL: https://svnweb.freebsd.org/changeset/base/298637
Log:
Stop including machine/fdt.h from the fdt uart code, it's unneeded.
Sponsored by: ABT Systems Ltd
Modified:
head/sys/dev/uart/uart_cpu_fdt.c
Modified: head/sys/dev/uart/uart_cpu_fdt.c
==============================================================================
--- head/sys/dev/uart/uart_cpu_fdt.c Tue Apr 26 12:56:44 2016 (r298636)
+++ head/sys/dev/uart/uart_cpu_fdt.c Tue Apr 26 13:16:45 2016 (r298637)
@@ -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>
More information about the svn-src-all
mailing list