aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mpt
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2012-03-24 00:37:56 +0000
committerMarius Strobl <marius@FreeBSD.org>2012-03-24 00:37:56 +0000
commit24a0e7eeab9fcf09172a121578f1fd77b7f30c5f (patch)
tree648b8903f61cbc3fb0197346eaa2885ee95e9529 /sys/dev/mpt
parentfd61f4215c86ec34a278e47d37540c3534f0a77f (diff)
downloadsrc-24a0e7eeab9fcf09172a121578f1fd77b7f30c5f.tar.gz
src-24a0e7eeab9fcf09172a121578f1fd77b7f30c5f.zip
As it turns out, mpi_cnfg.h already is included by mpt.h.
Notes
Notes: svn path=/head/; revision=233404
Diffstat (limited to 'sys/dev/mpt')
-rw-r--r--sys/dev/mpt/mpt_pci.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/mpt/mpt_pci.c b/sys/dev/mpt/mpt_pci.c
index c08a703689be..da5620583288 100644
--- a/sys/dev/mpt/mpt_pci.c
+++ b/sys/dev/mpt/mpt_pci.c
@@ -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