svn commit: r238373 - head/sys/dev/mfi
Sean Bruno
sbruno at FreeBSD.org
Wed Jul 11 19:08:24 UTC 2012
Author: sbruno
Date: Wed Jul 11 19:08:23 2012
New Revision: 238373
URL: http://svn.freebsd.org/changeset/base/238373
Log:
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 at averesystems.com
MFC after: 2 weeks
Modified:
head/sys/dev/mfi/mfivar.h
Modified: head/sys/dev/mfi/mfivar.h
==============================================================================
--- head/sys/dev/mfi/mfivar.h Wed Jul 11 18:50:50 2012 (r238372)
+++ head/sys/dev/mfi/mfivar.h Wed Jul 11 19:08:23 2012 (r238373)
@@ -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
More information about the svn-src-head
mailing list