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"
 
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to