arm64 coresight: Use proper prototype for SYSINIT functions

MFC after:	1 week
This commit is contained in:
Zhenlei Huang
2025-10-13 18:12:36 +08:00
parent 0b9c12fa97
commit 5d5ba0c0fa
+1 -1
View File
@@ -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);