diff options
Diffstat (limited to 'drivers/hwmon/hih6130.c')
-rw-r--r-- | drivers/hwmon/hih6130.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/hih6130.c b/drivers/hwmon/hih6130.c index 9ebe24e9220c..5c65aef095ca 100644 --- a/drivers/hwmon/hih6130.c +++ b/drivers/hwmon/hih6130.c | |||
@@ -220,7 +220,7 @@ static const struct attribute_group hih6130_attr_group = { | |||
220 | * device's name. | 220 | * device's name. |
221 | * Returns 0 on success. | 221 | * Returns 0 on success. |
222 | */ | 222 | */ |
223 | static int __devinit hih6130_probe(struct i2c_client *client, | 223 | static int hih6130_probe(struct i2c_client *client, |
224 | const struct i2c_device_id *id) | 224 | const struct i2c_device_id *id) |
225 | { | 225 | { |
226 | struct hih6130 *hih6130; | 226 | struct hih6130 *hih6130; |