Date: Sat, 31 Jan 2026 18:27:41 +0000 From: Zhenlei Huang <zlei@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: f67ece8b30cf - stable/14 - xdma: Use proper prototype for SYSINIT functions Message-ID: <697e499d.23b08.709b8598@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/14 has been updated by zlei: URL: https://cgit.FreeBSD.org/src/commit/?id=f67ece8b30cf86493649796a07e3304873050553 commit f67ece8b30cf86493649796a07e3304873050553 Author: Zhenlei Huang <zlei@FreeBSD.org> AuthorDate: 2025-10-13 10:12:29 +0000 Commit: Zhenlei Huang <zlei@FreeBSD.org> CommitDate: 2026-01-31 18:25:02 +0000 xdma: Use proper prototype for SYSINIT functions MFC after: 1 week (cherry picked from commit ef56b9188937eec1ceef458d02c71c6b890b398a) (cherry picked from commit 0a30ce95a74e753c6963bc11a461f66ded536d50) --- sys/dev/xdma/xdma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/xdma/xdma.c b/sys/dev/xdma/xdma.c index 62b781159d03..cdd9ad0b8f39 100644 --- a/sys/dev/xdma/xdma.c +++ b/sys/dev/xdma/xdma.c @@ -555,7 +555,7 @@ xdma_put(xdma_controller_t *xdma) } static void -xdma_init(void) +xdma_init(void *dummy __unused) { mtx_init(&xdma_mtx, "xDMA", NULL, MTX_DEF);home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697e499d.23b08.709b8598>
