diff options
Diffstat (limited to 'sys/dev/fdt/mvgicp.c')
-rw-r--r-- | sys/dev/fdt/mvgicp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/fdt/mvgicp.c b/sys/dev/fdt/mvgicp.c index b2098012beb..a836e9fede9 100644 --- a/sys/dev/fdt/mvgicp.c +++ b/sys/dev/fdt/mvgicp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mvgicp.c,v 1.4 2021/05/17 17:25:13 kettenis Exp $ */ +/* $OpenBSD: mvgicp.c,v 1.5 2021/10/24 17:52:26 mpi Exp $ */ /* * Copyright (c) 2019 Patrick Wildt <patrick@blueri.se> * @@ -52,7 +52,7 @@ void * mvgicp_intr_establish(void *, uint64_t *, uint64_t *, void mvgicp_intr_disestablish(void *); void mvgicp_intr_barrier(void *); -struct cfattach mvgicp_ca = { +const struct cfattach mvgicp_ca = { sizeof(struct mvgicp_softc), mvgicp_match, mvgicp_attach }; |