summaryrefslogtreecommitdiff
path: root/sys/scsi/mpath_hds.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/scsi/mpath_hds.c')
-rw-r--r--sys/scsi/mpath_hds.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/mpath_hds.c b/sys/scsi/mpath_hds.c
index 6e64c807153..c88693130e3 100644
--- a/sys/scsi/mpath_hds.c
+++ b/sys/scsi/mpath_hds.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mpath_hds.c,v 1.24 2020/09/05 14:21:52 krw Exp $ */
+/* $OpenBSD: mpath_hds.c,v 1.25 2021/10/24 16:57:30 mpi Exp $ */
/*
* Copyright (c) 2011 David Gwynne <dlg@openbsd.org>
@@ -71,7 +71,7 @@ void hds_attach(struct device *, struct device *, void *);
int hds_detach(struct device *, int);
int hds_activate(struct device *, int);
-struct cfattach hds_ca = {
+const struct cfattach hds_ca = {
sizeof(struct hds_softc),
hds_match,
hds_attach,