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