Date: Tue, 6 Dec 2016 15:16:00 +0000 (UTC) From: Andrew Turner <andrew@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r309623 - head/sys/arm64/arm64 Message-ID: <201612061516.uB6FG0r6032134@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612061516.uB6FG0r6032134>