Date: Sat, 24 Mar 2012 00:37:57 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r233404 - head/sys/dev/mpt Message-ID: <201203240037.q2O0bvIE001685@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203240037.q2O0bvIE001685>