leds: remove use of __devexit
[deliverable/linux.git] / drivers / leds / leds-lm3642.c
index 20a45812219b8aa6f16c398c124fdfe48ff22c8b..215a7c1e56cc7a2b8b5b6d9007844c7566e12eb2 100644 (file)
@@ -420,7 +420,7 @@ err_out:
        return err;
 }
 
-static int __devexit lm3642_remove(struct i2c_client *client)
+static int lm3642_remove(struct i2c_client *client)
 {
        struct lm3642_chip_data *chip = i2c_get_clientdata(client);
 
This page took 0.041989 seconds and 5 git commands to generate.