diff options
Diffstat (limited to 'drivers/hwmon/ds1621.c')
-rw-r--r-- | drivers/hwmon/ds1621.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/ds1621.c b/drivers/hwmon/ds1621.c index c5afa0058308..34f71b7c7f37 100644 --- a/drivers/hwmon/ds1621.c +++ b/drivers/hwmon/ds1621.c | |||
@@ -186,8 +186,8 @@ static int ds1621_attach_adapter(struct i2c_adapter *adapter) | |||
186 | } | 186 | } |
187 | 187 | ||
188 | /* This function is called by i2c_probe */ | 188 | /* This function is called by i2c_probe */ |
189 | int ds1621_detect(struct i2c_adapter *adapter, int address, | 189 | static int ds1621_detect(struct i2c_adapter *adapter, int address, |
190 | int kind) | 190 | int kind) |
191 | { | 191 | { |
192 | int conf, temp; | 192 | int conf, temp; |
193 | struct i2c_client *new_client; | 193 | struct i2c_client *new_client; |