Stop including machine/fdt.h from the fdt uart code, it's unneeded.

Sponsored by:	ABT Systems Ltd
This commit is contained in:
andrew 2016-04-26 13:16:45 +00:00
parent be0f4b3117
commit d609088cbb

View File

@ -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>