Do not include fdt.h on RISC-V.

This commit is contained in:
Ruslan Bukin 2016-04-26 12:31:23 +00:00
parent 3a32292401
commit 5c3a3f25ce

View file

@ -42,7 +42,7 @@ __FBSDID("$FreeBSD$");
#include <vm/pmap.h>
#include <machine/bus.h>
#ifndef __aarch64__
#if !defined(__aarch64__) && !defined(__riscv__)
#include <machine/fdt.h>
#endif