summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/ahci_fdt.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/fdt/ahci_fdt.c')
-rw-r--r--sys/dev/fdt/ahci_fdt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/fdt/ahci_fdt.c b/sys/dev/fdt/ahci_fdt.c
index cd2abd5047a..ede60d26908 100644
--- a/sys/dev/fdt/ahci_fdt.c
+++ b/sys/dev/fdt/ahci_fdt.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ahci_fdt.c,v 1.5 2018/12/04 11:25:48 kettenis Exp $ */
+/* $OpenBSD: ahci_fdt.c,v 1.6 2021/10/24 17:52:26 mpi Exp $ */
/*
* Copyright (c) 2013,2017 Patrick Wildt <patrick@blueri.se>
*
@@ -39,7 +39,7 @@ int ahci_fdt_activate(struct device *, int);
extern int ahci_intr(void *);
-struct cfattach ahci_fdt_ca = {
+const struct cfattach ahci_fdt_ca = {
sizeof(struct ahci_softc),
ahci_fdt_match,
ahci_fdt_attach,