summaryrefslogtreecommitdiffstats
path: root/sys/dev/mlx/mlx_pci.c
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2001-06-25 04:32:31 +0000
committermsmith <msmith@FreeBSD.org>2001-06-25 04:32:31 +0000
commiteb1ff0cc22d9a440d73dd6f14c49440b0f8fa972 (patch)
treeca600fd401a31faa563da2676c1e9bddd7d08294 /sys/dev/mlx/mlx_pci.c
parent9c03640f8131fa266b0dbeb2a532794b18cee818 (diff)
downloadFreeBSD-src-eb1ff0cc22d9a440d73dd6f14c49440b0f8fa972.zip
FreeBSD-src-eb1ff0cc22d9a440d73dd6f14c49440b0f8fa972.tar.gz
Driver modifications consistent with my other drivers to facilitate
the use of a single set of sources across 4.x and 5.x branches. No significant code changes.
Diffstat (limited to 'sys/dev/mlx/mlx_pci.c')
-rw-r--r--sys/dev/mlx/mlx_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mlx/mlx_pci.c b/sys/dev/mlx/mlx_pci.c
index 84b07e7..741c682 100644
--- a/sys/dev/mlx/mlx_pci.c
+++ b/sys/dev/mlx/mlx_pci.c
@@ -31,7 +31,6 @@
#include <sys/kernel.h>
#include <sys/bus.h>
-#include <sys/bio.h>
#include <sys/conf.h>
#include <sys/devicestat.h>
#include <sys/disk.h>
@@ -45,6 +44,7 @@
#include <pci/pcireg.h>
#include <pci/pcivar.h>
+#include <dev/mlx/mlx_compat.h>
#include <dev/mlx/mlxio.h>
#include <dev/mlx/mlxvar.h>
#include <dev/mlx/mlxreg.h>
OpenPOWER on IntegriCloud