summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/mvtemp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/fdt/mvtemp.c')
-rw-r--r--sys/dev/fdt/mvtemp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/fdt/mvtemp.c b/sys/dev/fdt/mvtemp.c
index d6112f71d03..07cd50ac982 100644
--- a/sys/dev/fdt/mvtemp.c
+++ b/sys/dev/fdt/mvtemp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mvtemp.c,v 1.1 2018/03/31 16:35:15 kettenis Exp $ */
+/* $OpenBSD: mvtemp.c,v 1.2 2021/10/24 17:52:26 mpi Exp $ */
/*
* Copyright (c) 2018 Mark Kettenis <kettenis@openbsd.org>
*
@@ -50,7 +50,7 @@ struct mvtemp_softc {
int mvtemp_match(struct device *, void *, void *);
void mvtemp_attach(struct device *, struct device *, void *);
-struct cfattach mvtemp_ca = {
+const struct cfattach mvtemp_ca = {
sizeof (struct mvtemp_softc), mvtemp_match, mvtemp_attach
};