aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight/adp8860_bl.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/backlight/adp8860_bl.c')
-rw-r--r--drivers/video/backlight/adp8860_bl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/video/backlight/adp8860_bl.c b/drivers/video/backlight/adp8860_bl.c
index 6feda753ce3e..6bb72c0cb803 100644
--- a/drivers/video/backlight/adp8860_bl.c
+++ b/drivers/video/backlight/adp8860_bl.c
@@ -295,7 +295,7 @@ static int adp8860_led_probe(struct i2c_client *client)
295 return ret; 295 return ret;
296} 296}
297 297
298static int __devexit adp8860_led_remove(struct i2c_client *client) 298static int adp8860_led_remove(struct i2c_client *client)
299{ 299{
300 struct adp8860_backlight_platform_data *pdata = 300 struct adp8860_backlight_platform_data *pdata =
301 client->dev.platform_data; 301 client->dev.platform_data;
@@ -315,7 +315,7 @@ static int adp8860_led_probe(struct i2c_client *client)
315 return 0; 315 return 0;
316} 316}
317 317
318static int __devexit adp8860_led_remove(struct i2c_client *client) 318static int adp8860_led_remove(struct i2c_client *client)
319{ 319{
320 return 0; 320 return 0;
321} 321}
@@ -755,7 +755,7 @@ out1:
755 return ret; 755 return ret;
756} 756}
757 757
758static int __devexit adp8860_remove(struct i2c_client *client) 758static int adp8860_remove(struct i2c_client *client)
759{ 759{
760 struct adp8860_bl *data = i2c_get_clientdata(client); 760 struct adp8860_bl *data = i2c_get_clientdata(client);
761 761