summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/bcm2835_gpio.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/fdt/bcm2835_gpio.c')
-rw-r--r--sys/dev/fdt/bcm2835_gpio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/fdt/bcm2835_gpio.c b/sys/dev/fdt/bcm2835_gpio.c
index 6bb4497295c..eb49352472d 100644
--- a/sys/dev/fdt/bcm2835_gpio.c
+++ b/sys/dev/fdt/bcm2835_gpio.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bcm2835_gpio.c,v 1.4 2020/06/12 13:21:55 kettenis Exp $ */
+/* $OpenBSD: bcm2835_gpio.c,v 1.5 2022/04/06 18:59:28 naddy Exp $ */
/*
* Copyright (c) 2020 Mark Kettenis <kettenis@openbsd.org>
*
@@ -80,7 +80,7 @@ struct bcmgpio_softc {
int bcmgpio_match(struct device *, void *, void *);
void bcmgpio_attach(struct device *, struct device *, void *);
-struct cfattach bcmgpio_ca = {
+const struct cfattach bcmgpio_ca = {
sizeof (struct bcmgpio_softc), bcmgpio_match, bcmgpio_attach
};