diff options
Diffstat (limited to 'sys/dev/i2c/maxim6690.c')
-rw-r--r-- | sys/dev/i2c/maxim6690.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/i2c/maxim6690.c b/sys/dev/i2c/maxim6690.c index 67a558b0ee9..5363693e7e9 100644 --- a/sys/dev/i2c/maxim6690.c +++ b/sys/dev/i2c/maxim6690.c @@ -1,4 +1,4 @@ -/* $OpenBSD: maxim6690.c,v 1.5 2005/12/31 04:31:27 deraadt Exp $ */ +/* $OpenBSD: maxim6690.c,v 1.6 2006/01/19 17:08:39 grange Exp $ */ /* * Copyright (c) 2005 Theo de Raadt @@ -126,7 +126,7 @@ maxtmp_attach(struct device *parent, struct device *self, void *aux) } for (i = 0; i < MAXTMP_NUM_SENSORS; i++) - SENSOR_ADD(&sc->sc_sensor[i]); + sensor_add(&sc->sc_sensor[i]); printf("\n"); } |