svn commit: r233404 - head/sys/dev/mpt

Marius Strobl marius at FreeBSD.org
Sat Mar 24 00:37:57 UTC 2012


Author: marius
Date: Sat Mar 24 00:37:56 2012
New Revision: 233404
URL: http://svn.freebsd.org/changeset/base/233404

Log:
  As it turns out, mpi_cnfg.h already is included by mpt.h.

Modified:
  head/sys/dev/mpt/mpt_pci.c

Modified: head/sys/dev/mpt/mpt_pci.c
==============================================================================
--- head/sys/dev/mpt/mpt_pci.c	Sat Mar 24 00:30:17 2012	(r233403)
+++ head/sys/dev/mpt/mpt_pci.c	Sat Mar 24 00:37:56 2012	(r233404)
@@ -105,8 +105,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/mpt/mpt_cam.h>
 #include <dev/mpt/mpt_raid.h>
 
-#include <dev/mpt/mpilib/mpi_cnfg.h>
-
 #if __FreeBSD_version < 700000
 #define	pci_msix_count(x)	0
 #define	pci_msi_count(x)	0


More information about the svn-src-head mailing list