diff options
Diffstat (limited to 'sys/dev/mii/nsphy.c')
-rw-r--r-- | sys/dev/mii/nsphy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/mii/nsphy.c b/sys/dev/mii/nsphy.c index 69df14da098..263051c2c1c 100644 --- a/sys/dev/mii/nsphy.c +++ b/sys/dev/mii/nsphy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nsphy.c,v 1.28 2015/03/14 03:38:48 jsg Exp $ */ +/* $OpenBSD: nsphy.c,v 1.29 2022/04/06 18:59:29 naddy Exp $ */ /* $NetBSD: nsphy.c,v 1.25 2000/02/02 23:34:57 thorpej Exp $ */ /*- @@ -79,7 +79,7 @@ int nsphymatch(struct device *, void *, void *); void nsphyattach(struct device *, struct device *, void *); -struct cfattach nsphy_ca = { +const struct cfattach nsphy_ca = { sizeof(struct mii_softc), nsphymatch, nsphyattach, mii_phy_detach }; |