diff options
Diffstat (limited to 'sys/dev/fdt/rktcphy.c')
-rw-r--r-- | sys/dev/fdt/rktcphy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/fdt/rktcphy.c b/sys/dev/fdt/rktcphy.c index cd68538905a..3a19e05a3c0 100644 --- a/sys/dev/fdt/rktcphy.c +++ b/sys/dev/fdt/rktcphy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rktcphy.c,v 1.1 2021/06/29 12:43:09 patrick Exp $ */ +/* $OpenBSD: rktcphy.c,v 1.2 2022/04/06 18:59:28 naddy Exp $ */ /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * @@ -128,7 +128,7 @@ void rktcphy_attach(struct device *, struct device *, void *); void rktcphy_set_usb2_only(struct rktcphy_softc *, int); int rktcphy_enable(void *, uint32_t *); -struct cfattach rktcphy_ca = { +const struct cfattach rktcphy_ca = { sizeof (struct rktcphy_softc), rktcphy_match, rktcphy_attach }; |