xdma: Use proper prototype for SYSINIT functions

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