summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/pwmreg.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/fdt/pwmreg.c')
-rw-r--r--sys/dev/fdt/pwmreg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/fdt/pwmreg.c b/sys/dev/fdt/pwmreg.c
index 2b63284ed34..b88f36120cc 100644
--- a/sys/dev/fdt/pwmreg.c
+++ b/sys/dev/fdt/pwmreg.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pwmreg.c,v 1.1 2019/09/30 20:44:13 kettenis Exp $ */
+/* $OpenBSD: pwmreg.c,v 1.2 2021/10/24 17:52:26 mpi Exp $ */
/*
* Copyright (c) 2019 Mark Kettenis <kettenis@openbsd.org>
*
@@ -41,7 +41,7 @@ struct pwmreg_softc {
int pwmreg_match(struct device *, void *, void *);
void pwmreg_attach(struct device *, struct device *, void *);
-struct cfattach pwmreg_ca = {
+const struct cfattach pwmreg_ca = {
sizeof (struct pwmreg_softc), pwmreg_match, pwmreg_attach
};