From 4b9ca3ae0e5bd872a8c73a9ed249a224746dd39c Mon Sep 17 00:00:00 2001 From: sbruno Date: Sun, 23 Sep 2012 20:16:17 +0000 Subject: [PATCH] MFC r238373 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 git-svn-id: svn://svn.freebsd.org/base/stable/8@240871 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- sys/dev/mfi/mfivar.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/mfi/mfivar.h b/sys/dev/mfi/mfivar.h index f63b64cec..e4345cc93 100644 --- a/sys/dev/mfi/mfivar.h +++ b/sys/dev/mfi/mfivar.h @@ -61,6 +61,7 @@ __FBSDID("$FreeBSD$"); #include #include +#include "opt_mfi.h" /* * SCSI structures and definitions are used from here, but no linking -- 2.45.0