diff options
Diffstat (limited to 'drivers/hwmon/lm78.c')
-rw-r--r-- | drivers/hwmon/lm78.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/lm78.c b/drivers/hwmon/lm78.c index 5978291cebb3..f58850a9d9e0 100644 --- a/drivers/hwmon/lm78.c +++ b/drivers/hwmon/lm78.c | |||
@@ -142,7 +142,7 @@ struct lm78_data { | |||
142 | }; | 142 | }; |
143 | 143 | ||
144 | 144 | ||
145 | static int lm78_i2c_detect(struct i2c_client *client, int kind, | 145 | static int lm78_i2c_detect(struct i2c_client *client, |
146 | struct i2c_board_info *info); | 146 | struct i2c_board_info *info); |
147 | static int lm78_i2c_probe(struct i2c_client *client, | 147 | static int lm78_i2c_probe(struct i2c_client *client, |
148 | const struct i2c_device_id *id); | 148 | const struct i2c_device_id *id); |
@@ -558,7 +558,7 @@ static int lm78_alias_detect(struct i2c_client *client, u8 chipid) | |||
558 | return 1; | 558 | return 1; |
559 | } | 559 | } |
560 | 560 | ||
561 | static int lm78_i2c_detect(struct i2c_client *client, int kind, | 561 | static int lm78_i2c_detect(struct i2c_client *client, |
562 | struct i2c_board_info *info) | 562 | struct i2c_board_info *info) |
563 | { | 563 | { |
564 | int i; | 564 | int i; |