diff options
Diffstat (limited to 'sys/dev/i2c/thmc50.c')
-rw-r--r-- | sys/dev/i2c/thmc50.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/i2c/thmc50.c b/sys/dev/i2c/thmc50.c index 900c2da9b36..8c5068c89e0 100644 --- a/sys/dev/i2c/thmc50.c +++ b/sys/dev/i2c/thmc50.c @@ -1,4 +1,4 @@ -/* $OpenBSD: thmc50.c,v 1.4 2007/10/17 17:14:54 deraadt Exp $ */ +/* $OpenBSD: thmc50.c,v 1.5 2022/04/06 18:59:28 naddy Exp $ */ /* * Copyright (c) 2007 Theo de Raadt @@ -47,7 +47,7 @@ int thmc_match(struct device *, void *, void *); void thmc_attach(struct device *, struct device *, void *); void thmc_refresh(void *); -struct cfattach thmc_ca = { +const struct cfattach thmc_ca = { sizeof(struct thmc_softc), thmc_match, thmc_attach }; |