diff options
Diffstat (limited to 'drivers/hwmon/lm78.c')
-rw-r--r-- | drivers/hwmon/lm78.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwmon/lm78.c b/drivers/hwmon/lm78.c index f6730dc3573b..d697a554286f 100644 --- a/drivers/hwmon/lm78.c +++ b/drivers/hwmon/lm78.c | |||
@@ -726,7 +726,6 @@ static int lm78_write_value(struct i2c_client *client, u8 reg, u8 value) | |||
726 | return i2c_smbus_write_byte_data(client, reg, value); | 726 | return i2c_smbus_write_byte_data(client, reg, value); |
727 | } | 727 | } |
728 | 728 | ||
729 | /* Called when we have found a new LM78. It should set limits, etc. */ | ||
730 | static void lm78_init_client(struct i2c_client *client) | 729 | static void lm78_init_client(struct i2c_client *client) |
731 | { | 730 | { |
732 | u8 config = lm78_read_value(client, LM78_REG_CONFIG); | 731 | u8 config = lm78_read_value(client, LM78_REG_CONFIG); |