xdma: Use proper prototype for SYSINIT functions
MFC after: 1 week
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user