summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/amlpciephy.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/fdt/amlpciephy.c')
-rw-r--r--sys/dev/fdt/amlpciephy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/fdt/amlpciephy.c b/sys/dev/fdt/amlpciephy.c
index 81c5b945899..e879f9c5415 100644
--- a/sys/dev/fdt/amlpciephy.c
+++ b/sys/dev/fdt/amlpciephy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: amlpciephy.c,v 1.4 2020/12/27 20:37:58 kettenis Exp $ */
+/* $OpenBSD: amlpciephy.c,v 1.5 2021/10/24 17:52:26 mpi Exp $ */
/*
* Copyright (c) 2019 Mark Kettenis <kettenis@openbsd.org>
*
@@ -62,7 +62,7 @@ struct amlpciephy_softc {
int amlpciephy_match(struct device *, void *, void *);
void amlpciephy_attach(struct device *, struct device *, void *);
-struct cfattach amlpciephy_ca = {
+const struct cfattach amlpciephy_ca = {
sizeof (struct amlpciephy_softc), amlpciephy_match, amlpciephy_attach
};