svn commit: r356294 - head/sys/dev/flash

Ian Lepore ian at FreeBSD.org
Thu Jan 2 22:14:45 UTC 2020


Author: ian
Date: Thu Jan  2 22:14:44 2020
New Revision: 356294
URL: https://svnweb.freebsd.org/changeset/base/356294

Log:
  Explicitly include sys/rman.h instead of relying on getting it via some
  other header.

Modified:
  head/sys/dev/flash/cqspi.c

Modified: head/sys/dev/flash/cqspi.c
==============================================================================
--- head/sys/dev/flash/cqspi.c	Thu Jan  2 22:13:59 2020	(r356293)
+++ head/sys/dev/flash/cqspi.c	Thu Jan  2 22:14:44 2020	(r356294)
@@ -50,6 +50,7 @@ __FBSDID("$FreeBSD$");
 #include <sys/malloc.h>
 #include <sys/module.h>
 #include <sys/mutex.h>
+#include <sys/rman.h>
 #include <geom/geom_disk.h>
 
 #include <machine/bus.h>


More information about the svn-src-all mailing list