summaryrefslogtreecommitdiff
path: root/sys/dev/i2c/adm1030.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/i2c/adm1030.c')
-rw-r--r--sys/dev/i2c/adm1030.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/i2c/adm1030.c b/sys/dev/i2c/adm1030.c
index 593fbae3c67..dba434b18e3 100644
--- a/sys/dev/i2c/adm1030.c
+++ b/sys/dev/i2c/adm1030.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: adm1030.c,v 1.3 2005/12/27 17:18:18 deraadt Exp $ */
+/* $OpenBSD: adm1030.c,v 1.4 2006/01/19 17:08:39 grange Exp $ */
/*
* Copyright (c) 2005 Theo de Raadt
@@ -110,7 +110,7 @@ admtmp_attach(struct device *parent, struct device *self, void *aux)
}
for (i = 0; i < ADMTMP_NUM_SENSORS; i++)
- SENSOR_ADD(&sc->sc_sensor[i]);
+ sensor_add(&sc->sc_sensor[i]);
printf("\n");
}