diff options
Diffstat (limited to 'drivers/hwmon/sht21.c')
-rw-r--r-- | drivers/hwmon/sht21.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/sht21.c b/drivers/hwmon/sht21.c index 3ffd3b3deb04..9a4cc3b5ae0c 100644 --- a/drivers/hwmon/sht21.c +++ b/drivers/hwmon/sht21.c | |||
@@ -187,7 +187,7 @@ static const struct attribute_group sht21_attr_group = { | |||
187 | * device's name. | 187 | * device's name. |
188 | * Returns 0 on success. | 188 | * Returns 0 on success. |
189 | */ | 189 | */ |
190 | static int __devinit sht21_probe(struct i2c_client *client, | 190 | static int sht21_probe(struct i2c_client *client, |
191 | const struct i2c_device_id *id) | 191 | const struct i2c_device_id *id) |
192 | { | 192 | { |
193 | struct sht21 *sht21; | 193 | struct sht21 *sht21; |