leds: remove use of __devexit
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / leds / leds-pca955x.c
index f07c5203fbd57457dc5329dd0cc2cf51f77e0a5c..706791af8fc8a29da026019597ae52de12be132b 100644 (file)
@@ -363,7 +363,7 @@ exit:
        return err;
 }
 
-static int __devexit pca955x_remove(struct i2c_client *client)
+static int pca955x_remove(struct i2c_client *client)
 {
        struct pca955x *pca955x = i2c_get_clientdata(client);
        int i;