hwmon: remove use of __devexit
[deliverable/linux.git] / drivers / hwmon / hih6130.c
index 5c65aef095ca32cbe77a33213ede4c8c62dc1ac5..2dc37c7c6947cfa6dd5fde0e72ff5701f7162dd0 100644 (file)
@@ -263,7 +263,7 @@ fail_remove_sysfs:
  * hih6130_remove() - remove device
  * @client: I2C client device
  */
-static int __devexit hih6130_remove(struct i2c_client *client)
+static int hih6130_remove(struct i2c_client *client)
 {
        struct hih6130 *hih6130 = i2c_get_clientdata(client);
 
This page took 0.027518 seconds and 5 git commands to generate.