diff options
Diffstat (limited to 'drivers/video/backlight/adp5520_bl.c')
-rw-r--r-- | drivers/video/backlight/adp5520_bl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/backlight/adp5520_bl.c b/drivers/video/backlight/adp5520_bl.c index e2a0da342de1..a7eb3c4120c4 100644 --- a/drivers/video/backlight/adp5520_bl.c +++ b/drivers/video/backlight/adp5520_bl.c | |||
@@ -282,7 +282,7 @@ static const struct attribute_group adp5520_bl_attr_group = { | |||
282 | .attrs = adp5520_bl_attributes, | 282 | .attrs = adp5520_bl_attributes, |
283 | }; | 283 | }; |
284 | 284 | ||
285 | static int __devinit adp5520_bl_probe(struct platform_device *pdev) | 285 | static int adp5520_bl_probe(struct platform_device *pdev) |
286 | { | 286 | { |
287 | struct backlight_properties props; | 287 | struct backlight_properties props; |
288 | struct backlight_device *bl; | 288 | struct backlight_device *bl; |