summaryrefslogtreecommitdiff
path: root/sys/dev/i2c/gl518sm.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/i2c/gl518sm.c')
-rw-r--r--sys/dev/i2c/gl518sm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/i2c/gl518sm.c b/sys/dev/i2c/gl518sm.c
index d1c00429014..9159293fabe 100644
--- a/sys/dev/i2c/gl518sm.c
+++ b/sys/dev/i2c/gl518sm.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: gl518sm.c,v 1.6 2007/06/24 05:34:35 dlg Exp $ */
+/* $OpenBSD: gl518sm.c,v 1.7 2022/04/06 18:59:28 naddy Exp $ */
/*
* Copyright (c) 2006 Mark Kettenis
@@ -69,7 +69,7 @@ void glenv_attach(struct device *, struct device *, void *);
void glenv_refresh(void *);
-struct cfattach glenv_ca = {
+const struct cfattach glenv_ca = {
sizeof(struct glenv_softc), glenv_match, glenv_attach
};