mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Include "opt_platform.h" to fix kernel build for amlogic devices.
This commit is contained in:
parent
160309f2c2
commit
ba27fc087c
1 changed files with 2 additions and 0 deletions
|
|
@ -29,6 +29,8 @@
|
|||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include "opt_platform.h"
|
||||
|
||||
#define _ARM32_BUS_DMA_PRIVATE
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue