leds: remove use of __devexit
[linux-2.6-microblaze.git] / drivers / leds / leds-lp3944.c
index 1544124..b081f67 100644 (file)
@@ -411,7 +411,7 @@ static int lp3944_probe(struct i2c_client *client,
        return 0;
 }
 
-static int __devexit lp3944_remove(struct i2c_client *client)
+static int lp3944_remove(struct i2c_client *client)
 {
        struct lp3944_platform_data *pdata = client->dev.platform_data;
        struct lp3944_data *data = i2c_get_clientdata(client);