svn commit: r309623 - head/sys/arm64/arm64
Andrew Turner
andrew at FreeBSD.org
Tue Dec 6 15:16:01 UTC 2016
Author: andrew
Date: Tue Dec 6 15:16:00 2016
New Revision: 309623
URL: https://svnweb.freebsd.org/changeset/base/309623
Log:
Add the missing gic_common.h include for GIC_BUS_FDT.
Obtained from: ABT Systems Ltd
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/arm64/arm64/gic_v3_fdt.c
Modified: head/sys/arm64/arm64/gic_v3_fdt.c
==============================================================================
--- head/sys/arm64/arm64/gic_v3_fdt.c Tue Dec 6 15:12:14 2016 (r309622)
+++ head/sys/arm64/arm64/gic_v3_fdt.c Tue Dec 6 15:16:00 2016 (r309623)
@@ -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"
More information about the svn-src-all
mailing list