diff options
Diffstat (limited to 'sys/dev/i2c/adm1025.c')
-rw-r--r-- | sys/dev/i2c/adm1025.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/i2c/adm1025.c b/sys/dev/i2c/adm1025.c index 5a59ebb2367..911c8398203 100644 --- a/sys/dev/i2c/adm1025.c +++ b/sys/dev/i2c/adm1025.c @@ -1,4 +1,4 @@ -/* $OpenBSD: adm1025.c,v 1.23 2006/12/23 17:46:39 deraadt Exp $ */ +/* $OpenBSD: adm1025.c,v 1.24 2007/03/22 16:55:31 deraadt Exp $ */ /* * Copyright (c) 2005 Theo de Raadt @@ -61,8 +61,8 @@ struct admtm_softc { i2c_tag_t sc_tag; i2c_addr_t sc_addr; - struct sensor sc_sensor[ADMTM_NUM_SENSORS + SMSC_NUM_SENSORS]; - struct sensordev sc_sensordev; + struct ksensor sc_sensor[ADMTM_NUM_SENSORS + SMSC_NUM_SENSORS]; + struct ksensordev sc_sensordev; int sc_nsensors; int sc_model; }; |