svn commit: r297552 - head/sys/kern

Andrew Turner andrew at FreeBSD.org
Mon Apr 4 10:52:44 UTC 2016


Author: andrew
Date: Mon Apr  4 10:52:43 2016
New Revision: 297552
URL: https://svnweb.freebsd.org/changeset/base/297552

Log:
  Include sys/rman.h directly rather than relying on header pollution.
  
  Obtained from:	ABT Systems Ltd
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/kern/subr_intr.c

Modified: head/sys/kern/subr_intr.c
==============================================================================
--- head/sys/kern/subr_intr.c	Mon Apr  4 10:27:48 2016	(r297551)
+++ head/sys/kern/subr_intr.c	Mon Apr  4 10:52:43 2016	(r297552)
@@ -50,6 +50,7 @@ __FBSDID("$FreeBSD$");
 #include <sys/interrupt.h>
 #include <sys/conf.h>
 #include <sys/cpuset.h>
+#include <sys/rman.h>
 #include <sys/sched.h>
 #include <sys/smp.h>
 #include <machine/atomic.h>


More information about the svn-src-all mailing list