Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Nov 2025 20:11:32 GMT
From:      Navdeep Parhar <np@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: e353cb88d458 - main - nvmf_che: Fix amd64 LINT-NOVIMAGE build
Message-ID:  <202511122011.5ACKBW7s060625@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by np:

URL: https://cgit.FreeBSD.org/src/commit/?id=e353cb88d4581303a4d9af090974ec88463802e6

commit e353cb88d4581303a4d9af090974ec88463802e6
Author:     Navdeep Parhar <np@FreeBSD.org>
AuthorDate: 2025-11-12 20:04:48 +0000
Commit:     Navdeep Parhar <np@FreeBSD.org>
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>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202511122011.5ACKBW7s060625>