mfd: remove use of __devexit
[deliverable/linux.git] / drivers / mfd / tps65217.c
index 8cba75750e91d740d2f5cd273dda752b861e26a5..e14e252e3473fc7081a06475f1b1b390662ee86b 100644 (file)
@@ -214,7 +214,7 @@ static int tps65217_probe(struct i2c_client *client,
        return 0;
 }
 
-static int __devexit tps65217_remove(struct i2c_client *client)
+static int tps65217_remove(struct i2c_client *client)
 {
        struct tps65217 *tps = i2c_get_clientdata(client);
 
This page took 0.027 seconds and 5 git commands to generate.