diff options
Diffstat (limited to 'sys/dev/fdt/mvclock.c')
-rw-r--r-- | sys/dev/fdt/mvclock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/fdt/mvclock.c b/sys/dev/fdt/mvclock.c index caf657fbcde..f5d5e1e077f 100644 --- a/sys/dev/fdt/mvclock.c +++ b/sys/dev/fdt/mvclock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mvclock.c,v 1.8 2020/11/06 13:29:45 patrick Exp $ */ +/* $OpenBSD: mvclock.c,v 1.9 2021/10/24 17:52:26 mpi Exp $ */ /* * Copyright (c) 2018 Mark Kettenis <kettenis@openbsd.org> * @@ -48,7 +48,7 @@ struct mvclock_softc { int mvclock_match(struct device *, void *, void *); void mvclock_attach(struct device *, struct device *, void *); -struct cfattach mvclock_ca = { +const struct cfattach mvclock_ca = { sizeof (struct mvclock_softc), mvclock_match, mvclock_attach }; |