diff options
| author | Ruslan Bukin <br@FreeBSD.org> | 2020-07-29 22:08:54 +0000 |
|---|---|---|
| committer | Ruslan Bukin <br@FreeBSD.org> | 2020-07-29 22:08:54 +0000 |
| commit | c8597a1f9f9eba71a884e38fa2133e556105a0f4 (patch) | |
| tree | b6b503430d5e3239e920e46c1b30c59f76a2ce1a /sys/dev/ntb | |
| parent | 40326c17180e46c9cb774e99c97a64ed0eb7294d (diff) | |
Notes
Diffstat (limited to 'sys/dev/ntb')
| -rw-r--r-- | sys/dev/ntb/ntb_hw/ntb_hw_intel.c | 2 | ||||
| -rw-r--r-- | sys/dev/ntb/ntb_hw/ntb_hw_plx.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/ntb/ntb_hw/ntb_hw_intel.c b/sys/dev/ntb/ntb_hw/ntb_hw_intel.c index 0a839157a90c..2dfe49cc1fd9 100644 --- a/sys/dev/ntb/ntb_hw/ntb_hw_intel.c +++ b/sys/dev/ntb/ntb_hw/ntb_hw_intel.c @@ -50,6 +50,8 @@ __FBSDID("$FreeBSD$"); #include <sys/module.h> #include <sys/mutex.h> #include <sys/pciio.h> +#include <sys/taskqueue.h> +#include <sys/tree.h> #include <sys/queue.h> #include <sys/rman.h> #include <sys/sbuf.h> diff --git a/sys/dev/ntb/ntb_hw/ntb_hw_plx.c b/sys/dev/ntb/ntb_hw/ntb_hw_plx.c index e1a65178be81..f3d8af4971a4 100644 --- a/sys/dev/ntb/ntb_hw/ntb_hw_plx.c +++ b/sys/dev/ntb/ntb_hw/ntb_hw_plx.c @@ -42,6 +42,8 @@ __FBSDID("$FreeBSD$"); #include <sys/module.h> #include <sys/rman.h> #include <sys/sysctl.h> +#include <sys/taskqueue.h> +#include <sys/tree.h> #include <vm/vm.h> #include <vm/pmap.h> #include <machine/bus.h> |
