svn commit: r302587 - head/sys/arm/allwinner

Jared McNeill jmcneill at FreeBSD.org
Mon Jul 11 20:03:32 UTC 2016


Author: jmcneill
Date: Mon Jul 11 20:03:31 2016
New Revision: 302587
URL: https://svnweb.freebsd.org/changeset/base/302587

Log:
  Include sys/rman.h to fix build on arm64.

Modified:
  head/sys/arm/allwinner/aw_nmi.c

Modified: head/sys/arm/allwinner/aw_nmi.c
==============================================================================
--- head/sys/arm/allwinner/aw_nmi.c	Mon Jul 11 20:02:51 2016	(r302586)
+++ head/sys/arm/allwinner/aw_nmi.c	Mon Jul 11 20:03:31 2016	(r302587)
@@ -35,6 +35,7 @@ __FBSDID("$FreeBSD$");
 #include <sys/kernel.h>
 #include <sys/module.h>
 #include <sys/proc.h>
+#include <sys/rman.h>
 #include <machine/bus.h>
 #include <machine/intr.h>
 


More information about the svn-src-all mailing list