summaryrefslogtreecommitdiff
path: root/sys/dev/isa/ast.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/isa/ast.c')
-rw-r--r--sys/dev/isa/ast.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/ast.c b/sys/dev/isa/ast.c
index 40d776f745d..1212743d27b 100644
--- a/sys/dev/isa/ast.c
+++ b/sys/dev/isa/ast.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ast.c,v 1.19 2021/03/07 06:17:03 jsg Exp $ */
+/* $OpenBSD: ast.c,v 1.20 2022/04/06 18:59:28 naddy Exp $ */
/* $NetBSD: ast.c,v 1.28 1996/05/12 23:51:45 mycroft Exp $ */
/*
@@ -65,7 +65,7 @@ void astattach(struct device *, struct device *, void *);
int astintr(void *);
int astprint(void *, const char *);
-struct cfattach ast_ca = {
+const struct cfattach ast_ca = {
sizeof(struct ast_softc), astprobe, astattach
};