]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/hwmon/sht21.c
hwmon: remove use of __devexit
[mirror_ubuntu-zesty-kernel.git] / drivers / hwmon / sht21.c
index 9a4cc3b5ae0cffa1f7e9ae8722b1834c3220bf33..2e9f9570b6f8c83bf5f55d572ab1eaa8a46d7d42 100644 (file)
@@ -233,7 +233,7 @@ fail_remove_sysfs:
  * sht21_remove() - remove device
  * @client: I2C client device
  */
-static int __devexit sht21_remove(struct i2c_client *client)
+static int sht21_remove(struct i2c_client *client)
 {
        struct sht21 *sht21 = i2c_get_clientdata(client);