The branch main has been updated by zlei:

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

commit 5d5ba0c0fa9e2eaeda9d41508bb0f83d5a55f367
Author:     Zhenlei Huang <[email protected]>
AuthorDate: 2025-10-13 10:12:36 +0000
Commit:     Zhenlei Huang <[email protected]>
CommitDate: 2025-10-13 10:12:36 +0000

    arm64 coresight: Use proper prototype for SYSINIT functions
    
    MFC after:      1 week
---
 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 5928c153f4ae..9b9d3c65ecc9 100644
--- a/sys/arm64/coresight/coresight.c
+++ b/sys/arm64/coresight/coresight.c
@@ -113,7 +113,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