aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bnxt
diff options
context:
space:
mode:
authorJason A. Harmening <jah@FreeBSD.org>2017-07-01 05:35:29 +0000
committerJason A. Harmening <jah@FreeBSD.org>2017-07-01 05:35:29 +0000
commiteb36b1d0bc5f7ece94083e6e509da41117a76566 (patch)
tree07a2e3d5a52c83df1b8cd0a69defb89adb4b4cdf /sys/dev/bnxt
parent545414213d777df779948c28b21d3d81c12bff20 (diff)
Notes
Diffstat (limited to 'sys/dev/bnxt')
-rw-r--r--sys/dev/bnxt/bnxt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/bnxt/bnxt.h b/sys/dev/bnxt/bnxt.h
index aa88d503cc3f..0e6582532f5c 100644
--- a/sys/dev/bnxt/bnxt.h
+++ b/sys/dev/bnxt/bnxt.h
@@ -32,13 +32,13 @@ __FBSDID("$FreeBSD$");
#ifndef _BNXT_H
#define _BNXT_H
-#include <sys/types.h>
-#include <sys/bus.h>
-#include <sys/bus_dma.h>
+#include <sys/param.h>
#include <sys/socket.h>
#include <sys/sysctl.h>
#include <sys/taskqueue.h>
+#include <machine/bus.h>
+
#include <net/ethernet.h>
#include <net/if.h>
#include <net/if_var.h>