diff options
Diffstat (limited to 'sys/dev/fdt/amlusbphy.c')
-rw-r--r-- | sys/dev/fdt/amlusbphy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/fdt/amlusbphy.c b/sys/dev/fdt/amlusbphy.c index fee5ce0d196..0451d0cb112 100644 --- a/sys/dev/fdt/amlusbphy.c +++ b/sys/dev/fdt/amlusbphy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: amlusbphy.c,v 1.1 2019/08/29 17:20:03 kettenis Exp $ */ +/* $OpenBSD: amlusbphy.c,v 1.2 2021/10/24 17:52:26 mpi Exp $ */ /* * Copyright (c) 2019 Mark Kettenis <kettenis@openbsd.org> * @@ -100,7 +100,7 @@ struct amlusbphy_softc { int amlusbphy_match(struct device *, void *, void *); void amlusbphy_attach(struct device *, struct device *, void *); -struct cfattach amlusbphy_ca = { +const struct cfattach amlusbphy_ca = { sizeof (struct amlusbphy_softc), amlusbphy_match, amlusbphy_attach }; |