]> Git Repo - linux.git/blobdiff - drivers/leds/leds-lp5521.c
leds: remove use of __devexit
[linux.git] / drivers / leds / leds-lp5521.c
index 847434c21f28489572c3189687e1da35777bf2cf..966f158a07dbfa2910cf611f6726b748107f0e18 100644 (file)
@@ -855,7 +855,7 @@ fail1:
        return ret;
 }
 
-static int __devexit lp5521_remove(struct i2c_client *client)
+static int lp5521_remove(struct i2c_client *client)
 {
        struct lp5521_chip *chip = i2c_get_clientdata(client);
        int i;
This page took 0.023174 seconds and 4 git commands to generate.