1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00

Include "opt_platform.h" to fix kernel build for amlogic devices.

This commit is contained in:
Ganbold Tsagaankhuu 2015-10-20 13:47:36 +00:00
parent 160309f2c2
commit ba27fc087c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=289630

View File

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