diff options
| author | Navdeep Parhar <np@FreeBSD.org> | 2025-11-12 20:04:48 +0000 |
|---|---|---|
| committer | Navdeep Parhar <np@FreeBSD.org> | 2025-11-12 20:04:48 +0000 |
| commit | e353cb88d4581303a4d9af090974ec88463802e6 (patch) | |
| tree | 486084677e93666eee1a836260e84867aa975155 | |
| parent | a6ae6090bb3dc14eda750aa53650fccf4c0bf818 (diff) | |
nvmf_che: Fix amd64 LINT-NOVIMAGE build
Fixes: ec0cd287f55f nvmf_che: NVMe-TCP offload support for Chelsio T7 adapters
Sponsored by: Chelsio Communications
| -rw-r--r-- | sys/dev/cxgbe/nvmf/nvmf_che.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/cxgbe/nvmf/nvmf_che.c b/sys/dev/cxgbe/nvmf/nvmf_che.c index 88d59b5e75aa..5c2174b8a40b 100644 --- a/sys/dev/cxgbe/nvmf/nvmf_che.c +++ b/sys/dev/cxgbe/nvmf/nvmf_che.c @@ -38,6 +38,7 @@ #include <sys/capsicum.h> #include <sys/file.h> #include <sys/kthread.h> +#include <sys/ktr.h> #include <sys/malloc.h> #include <sys/mbuf.h> #include <sys/nv.h> |
