summaryrefslogtreecommitdiff
path: root/sys/arch/luna88k/cbus/nec86.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/luna88k/cbus/nec86.c')
-rw-r--r--sys/arch/luna88k/cbus/nec86.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/luna88k/cbus/nec86.c b/sys/arch/luna88k/cbus/nec86.c
index ed86c021355..eec75a8f4ac 100644
--- a/sys/arch/luna88k/cbus/nec86.c
+++ b/sys/arch/luna88k/cbus/nec86.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nec86.c,v 1.4 2022/02/16 06:21:18 anton Exp $ */
+/* $OpenBSD: nec86.c,v 1.5 2022/03/21 19:22:39 miod Exp $ */
/* $NecBSD: nec86.c,v 1.11 1999/07/23 11:04:39 honda Exp $ */
/* $NetBSD$ */
@@ -67,7 +67,7 @@
* Define our interface to the higher level audio driver.
*/
-struct audio_hw_if nec86_hw_if = {
+const struct audio_hw_if nec86_hw_if = {
.open = nec86hw_open,
.close = nec86hw_close,
.set_params = nec86hw_set_params,