Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2020 22:14:45 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r356294 - head/sys/dev/flash
Message-ID:  <202001022214.002MEj3l004440@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001022214.002MEj3l004440>