summaryrefslogtreecommitdiffstats
path: root/sys/dev/mfi
diff options
context:
space:
mode:
authorsbruno <sbruno@FreeBSD.org>2012-07-11 19:08:23 +0000
committersbruno <sbruno@FreeBSD.org>2012-07-11 19:08:23 +0000
commit067c0a1e88cd2b6d51797067f7e8c0213149f761 (patch)
treeccd307463d532e8c4a1f4bf226241d4ce3d03221 /sys/dev/mfi
parent9845f2214c8b904147b15cf5f73c4a2d76eaf05a (diff)
downloadFreeBSD-src-067c0a1e88cd2b6d51797067f7e8c0213149f761.zip
FreeBSD-src-067c0a1e88cd2b6d51797067f7e8c0213149f761.tar.gz
sys/dev/mfivar.h contains references to MFI_DEBUG, but it never gets turned on unless the file also includes opt_mfi.h.
Submitted by: Andrew Boyer aboyer@averesystems.com MFC after: 2 weeks
Diffstat (limited to 'sys/dev/mfi')
-rw-r--r--sys/dev/mfi/mfivar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/mfi/mfivar.h b/sys/dev/mfi/mfivar.h
index d38fcc3..176a10a 100644
--- a/sys/dev/mfi/mfivar.h
+++ b/sys/dev/mfi/mfivar.h
@@ -61,6 +61,7 @@ __FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <sys/taskqueue.h>
+#include "opt_mfi.h"
/*
* SCSI structures and definitions are used from here, but no linking
OpenPOWER on IntegriCloud