summaryrefslogtreecommitdiff
path: root/sys/dev/i2c/ds1631.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/i2c/ds1631.c')
-rw-r--r--sys/dev/i2c/ds1631.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/i2c/ds1631.c b/sys/dev/i2c/ds1631.c
index 13bcc30d9e8..2eb38c59d18 100644
--- a/sys/dev/i2c/ds1631.c
+++ b/sys/dev/i2c/ds1631.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ds1631.c,v 1.4 2006/01/13 21:41:40 deraadt Exp $ */
+/* $OpenBSD: ds1631.c,v 1.5 2006/01/19 17:08:39 grange Exp $ */
/*
* Copyright (c) 2005 Theo de Raadt
@@ -126,7 +126,7 @@ dostart:
}
for (i = 0; i < MAXDS_NUM_SENSORS; i++)
- SENSOR_ADD(&sc->sc_sensor[i]);
+ sensor_add(&sc->sc_sensor[i]);
printf("\n");
}