aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/sht21.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/sht21.c')
-rw-r--r--drivers/hwmon/sht21.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/sht21.c b/drivers/hwmon/sht21.c
index 9a4cc3b5ae0..2e9f9570b6f 100644
--- a/drivers/hwmon/sht21.c
+++ b/drivers/hwmon/sht21.c
@@ -233,7 +233,7 @@ fail_remove_sysfs:
233 * sht21_remove() - remove device 233 * sht21_remove() - remove device
234 * @client: I2C client device 234 * @client: I2C client device
235 */ 235 */
236static int __devexit sht21_remove(struct i2c_client *client) 236static int sht21_remove(struct i2c_client *client)
237{ 237{
238 struct sht21 *sht21 = i2c_get_clientdata(client); 238 struct sht21 *sht21 = i2c_get_clientdata(client);
239 239