Add the missing gic_common.h include for GIC_BUS_FDT.

Obtained from:	ABT Systems Ltd
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Andrew Turner 2016-12-06 15:16:00 +00:00
parent be04b41da2
commit 0afaf183d0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=309623

View File

@ -45,6 +45,7 @@ __FBSDID("$FreeBSD$");
#include <dev/ofw/ofw_bus.h>
#include <dev/ofw/ofw_bus_subr.h>
#include <arm/arm/gic_common.h>
#include "gic_v3_reg.h"
#include "gic_v3_var.h"