diff options
Diffstat (limited to 'sys/dev/fdt/rktemp.c')
-rw-r--r-- | sys/dev/fdt/rktemp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/fdt/rktemp.c b/sys/dev/fdt/rktemp.c index 7e07580e2c4..53ac310f6f8 100644 --- a/sys/dev/fdt/rktemp.c +++ b/sys/dev/fdt/rktemp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rktemp.c,v 1.6 2020/09/08 01:29:58 jmatthew Exp $ */ +/* $OpenBSD: rktemp.c,v 1.7 2021/10/24 17:52:27 mpi Exp $ */ /* * Copyright (c) 2017 Mark Kettenis <kettenis@openbsd.org> * @@ -214,7 +214,7 @@ struct rktemp_softc { int rktemp_match(struct device *, void *, void *); void rktemp_attach(struct device *, struct device *, void *); -struct cfattach rktemp_ca = { +const struct cfattach rktemp_ca = { sizeof (struct rktemp_softc), rktemp_match, rktemp_attach }; |