summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/sypwr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/fdt/sypwr.c')
-rw-r--r--sys/dev/fdt/sypwr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/fdt/sypwr.c b/sys/dev/fdt/sypwr.c
index be710a173b2..08b5bedd72c 100644
--- a/sys/dev/fdt/sypwr.c
+++ b/sys/dev/fdt/sypwr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sypwr.c,v 1.4 2020/11/12 10:47:07 patrick Exp $ */
+/* $OpenBSD: sypwr.c,v 1.5 2021/10/24 17:52:27 mpi Exp $ */
/*
* Copyright (c) 2017 Mark Kettenis <kettenis@openbsd.org>
*
@@ -44,7 +44,7 @@ int sypwr_match(struct device *, void *, void *);
void sypwr_attach(struct device *, struct device *, void *);
int sypwr_activate(struct device *, int);
-struct cfattach sypwr_ca = {
+const struct cfattach sypwr_ca = {
sizeof(struct sypwr_softc), sypwr_match, sypwr_attach,
NULL, sypwr_activate
};