The branch stable/14 has been updated by zlei:

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

commit 13a9caf59ac385a8f465c32437dd981af18bf076
Author:     Zhenlei Huang <[email protected]>
AuthorDate: 2025-10-13 10:12:36 +0000
Commit:     Zhenlei Huang <[email protected]>
CommitDate: 2026-01-31 18:25:06 +0000

    arm64 coresight: Use proper prototype for SYSINIT functions
    
    MFC after:      1 week
    
    (cherry picked from commit 5d5ba0c0fa9e2eaeda9d41508bb0f83d5a55f367)
    (cherry picked from commit bac2bad0615ac64960f1ae93c0e7c3d9277b1a6b)
---
 sys/arm64/coresight/coresight.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/arm64/coresight/coresight.c b/sys/arm64/coresight/coresight.c
index bb0ee1c527a8..9e264f785c91 100644
--- a/sys/arm64/coresight/coresight.c
+++ b/sys/arm64/coresight/coresight.c
@@ -114,7 +114,7 @@ coresight_get_output_device(struct endpoint *endp, struct 
endpoint **out_endp)
 }
 
 static void
-coresight_init(void)
+coresight_init(void *dummy __unused)
 {
 
        mtx_init(&cs_mtx, "ARM Coresight", NULL, MTX_DEF);

Reply via email to