summaryrefslogtreecommitdiffstats
path: root/sys/dev/mlx/mlx_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/mlx/mlx_pci.c')
-rw-r--r--sys/dev/mlx/mlx_pci.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/mlx/mlx_pci.c b/sys/dev/mlx/mlx_pci.c
index 4a21246..a2c1792 100644
--- a/sys/dev/mlx/mlx_pci.c
+++ b/sys/dev/mlx/mlx_pci.c
@@ -32,7 +32,6 @@
#include <sys/bus.h>
#include <sys/conf.h>
-#include <sys/disk.h>
#include <machine/bus_memio.h>
#include <machine/bus_pio.h>
@@ -40,6 +39,8 @@
#include <machine/resource.h>
#include <sys/rman.h>
+#include <geom/geom_disk.h>
+
#include <pci/pcireg.h>
#include <pci/pcivar.h>
OpenPOWER on IntegriCloud