]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
Include "opt_platform.h" to fix kernel build for amlogic devices.
authorganbold <ganbold@FreeBSD.org>
Tue, 20 Oct 2015 13:47:36 +0000 (13:47 +0000)
committerganbold <ganbold@FreeBSD.org>
Tue, 20 Oct 2015 13:47:36 +0000 (13:47 +0000)
sys/arm/amlogic/aml8726/aml8726_machdep.c

index 2f982353990dacfd79643f04b9a6d24d82cc909d..e1cd1b9038af632da42459f3c32c2a8ec9ac0583 100644 (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>