]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/hwmon/sht21.c
hwmon: remove use of __devinit
[mirror_ubuntu-artful-kernel.git] / drivers / hwmon / sht21.c
index 3ffd3b3deb04b6fff1c73701e32033434642b256..9a4cc3b5ae0cffa1f7e9ae8722b1834c3220bf33 100644 (file)
@@ -187,7 +187,7 @@ static const struct attribute_group sht21_attr_group = {
  * device's name.
  * Returns 0 on success.
  */
-static int __devinit sht21_probe(struct i2c_client *client,
+static int sht21_probe(struct i2c_client *client,
        const struct i2c_device_id *id)
 {
        struct sht21 *sht21;