summaryrefslogtreecommitdiff
path: root/sys/dev/mii/atphy.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/mii/atphy.c')
-rw-r--r--sys/dev/mii/atphy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/mii/atphy.c b/sys/dev/mii/atphy.c
index 65dbd2a38f6..61d97312594 100644
--- a/sys/dev/mii/atphy.c
+++ b/sys/dev/mii/atphy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: atphy.c,v 1.12 2022/01/09 05:42:44 jsg Exp $ */
+/* $OpenBSD: atphy.c,v 1.13 2022/04/06 18:59:29 naddy Exp $ */
/*-
* Copyright (c) 2008, Pyun YongHyeon <yongari@FreeBSD.org>
@@ -92,7 +92,7 @@ static const struct mii_phydesc atphys[] = {
NULL },
};
-struct cfattach atphy_ca = {
+const struct cfattach atphy_ca = {
sizeof (struct mii_softc), atphy_match, atphy_attach,
mii_phy_detach
};