diff options
Diffstat (limited to 'sys/dev/fdt/bcm2835_aux.c')
-rw-r--r-- | sys/dev/fdt/bcm2835_aux.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/fdt/bcm2835_aux.c b/sys/dev/fdt/bcm2835_aux.c index 23f7e92e827..6bf5238928e 100644 --- a/sys/dev/fdt/bcm2835_aux.c +++ b/sys/dev/fdt/bcm2835_aux.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bcm2835_aux.c,v 1.6 2020/07/17 08:07:34 patrick Exp $ */ +/* $OpenBSD: bcm2835_aux.c,v 1.7 2021/10/24 17:52:26 mpi Exp $ */ /* * Copyright (c) 2017 Mark Kettenis <kettenis@openbsd.org> * @@ -48,7 +48,7 @@ struct bcmaux_softc { int bcmaux_match(struct device *, void *, void *); void bcmaux_attach(struct device *, struct device *, void *); -struct cfattach bcmaux_ca = { +const struct cfattach bcmaux_ca = { sizeof(struct bcmaux_softc), bcmaux_match, bcmaux_attach }; |