The branch main has been updated by np: URL: https://cgit.FreeBSD.org/src/commit/?id=e353cb88d4581303a4d9af090974ec88463802e6
commit e353cb88d4581303a4d9af090974ec88463802e6 Author: Navdeep Parhar <[email protected]> AuthorDate: 2025-11-12 20:04:48 +0000 Commit: Navdeep Parhar <[email protected]> CommitDate: 2025-11-12 20:04:48 +0000 nvmf_che: Fix amd64 LINT-NOVIMAGE build Fixes: ec0cd287f55f nvmf_che: NVMe-TCP offload support for Chelsio T7 adapters Sponsored by: Chelsio Communications --- sys/dev/cxgbe/nvmf/nvmf_che.c | 1 + 1 file changed, 1 insertion(+) 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>
