summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/sxitwi.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/fdt/sxitwi.c')
-rw-r--r--sys/dev/fdt/sxitwi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/fdt/sxitwi.c b/sys/dev/fdt/sxitwi.c
index a7b872b5010..2564f346bbc 100644
--- a/sys/dev/fdt/sxitwi.c
+++ b/sys/dev/fdt/sxitwi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sxitwi.c,v 1.13 2021/03/11 09:15:25 patrick Exp $ */
+/* $OpenBSD: sxitwi.c,v 1.14 2021/10/24 17:52:27 mpi Exp $ */
/* $NetBSD: gttwsi_core.c,v 1.2 2014/11/23 13:37:27 jmcneill Exp $ */
/*
* Copyright (c) 2008 Eiji Kawauchi.
@@ -161,7 +161,7 @@ struct cfdriver sxitwi_cd = {
NULL, "sxitwi", DV_DULL
};
-struct cfattach sxitwi_ca = {
+const struct cfattach sxitwi_ca = {
sizeof(struct sxitwi_softc), sxitwi_match, sxitwi_attach
};