summaryrefslogtreecommitdiff
path: root/sys/dev/pci/cz.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/cz.c')
-rw-r--r--sys/dev/pci/cz.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/cz.c b/sys/dev/pci/cz.c
index d408307aac3..bb88a065365 100644
--- a/sys/dev/pci/cz.c
+++ b/sys/dev/pci/cz.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cz.c,v 1.26 2022/01/09 05:42:45 jsg Exp $ */
+/* $OpenBSD: cz.c,v 1.27 2022/03/11 18:00:45 mpi Exp $ */
/* $NetBSD: cz.c,v 1.15 2001/01/20 19:10:36 thorpej Exp $ */
/*-
@@ -165,7 +165,7 @@ int cz_match(struct device *, void *, void *);
void cz_attach(struct device *, struct device *, void *);
int cz_wait_pci_doorbell(struct cz_softc *, char *);
-struct cfattach cz_ca = {
+const struct cfattach cz_ca = {
sizeof(struct cz_softc), cz_match, cz_attach
};