diff options
Diffstat (limited to 'sys/dev/i2c/adm1021.c')
-rw-r--r-- | sys/dev/i2c/adm1021.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/i2c/adm1021.c b/sys/dev/i2c/adm1021.c index 3bf90ee934b..f6dc07ccd4c 100644 --- a/sys/dev/i2c/adm1021.c +++ b/sys/dev/i2c/adm1021.c @@ -1,4 +1,4 @@ -/* $OpenBSD: adm1021.c,v 1.28 2011/03/10 23:14:30 deraadt Exp $ */ +/* $OpenBSD: adm1021.c,v 1.29 2022/04/06 18:59:28 naddy Exp $ */ /* * Copyright (c) 2005 Theo de Raadt @@ -54,7 +54,7 @@ int admtemp_match(struct device *, void *, void *); void admtemp_attach(struct device *, struct device *, void *); void admtemp_refresh(void *); -struct cfattach admtemp_ca = { +const struct cfattach admtemp_ca = { sizeof(struct admtemp_softc), admtemp_match, admtemp_attach }; |