mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Do not include fdt.h on RISC-V.
This commit is contained in:
parent
3a32292401
commit
5c3a3f25ce
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue