diff options
Diffstat (limited to 'drivers/hwmon/adt7460.c')
| -rw-r--r-- | drivers/hwmon/adt7460.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/hwmon/adt7460.c b/drivers/hwmon/adt7460.c index caef70aff..b7e36fe46 100644 --- a/drivers/hwmon/adt7460.c +++ b/drivers/hwmon/adt7460.c @@ -50,7 +50,7 @@ int dtt_write(int sensor, int reg, int val)  	return 0;  } -int dtt_init(void) +int dtt_init_one(int sensor)  {  	printf("ADT7460 at I2C address 0x%2x\n", ADT7460_ADDRESS); |