diff options
Diffstat (limited to 'sys/dev/fdt/mvrng.c')
-rw-r--r-- | sys/dev/fdt/mvrng.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/fdt/mvrng.c b/sys/dev/fdt/mvrng.c index 8f2dcef2e60..0490e05bee6 100644 --- a/sys/dev/fdt/mvrng.c +++ b/sys/dev/fdt/mvrng.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mvrng.c,v 1.3 2020/05/29 04:42:25 deraadt Exp $ */ +/* $OpenBSD: mvrng.c,v 1.4 2021/10/24 17:52:26 mpi Exp $ */ /* * Copyright (c) 2018 Mark Kettenis <kettenis@openbsd.org> * @@ -65,7 +65,7 @@ struct mvrng_softc { int mvrng_match(struct device *, void *, void *); void mvrng_attach(struct device *, struct device *, void *); -struct cfattach mvrng_ca = { +const struct cfattach mvrng_ca = { sizeof (struct mvrng_softc), mvrng_match, mvrng_attach }; |