diff options
-rw-r--r-- | drivers/video/backlight/ep93xx_bl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/backlight/ep93xx_bl.c b/drivers/video/backlight/ep93xx_bl.c index ef3e21e8f825..fd073b277e48 100644 --- a/drivers/video/backlight/ep93xx_bl.c +++ b/drivers/video/backlight/ep93xx_bl.c | |||
@@ -60,7 +60,7 @@ static const struct backlight_ops ep93xxbl_ops = { | |||
60 | .get_brightness = ep93xxbl_get_brightness, | 60 | .get_brightness = ep93xxbl_get_brightness, |
61 | }; | 61 | }; |
62 | 62 | ||
63 | static int __init ep93xxbl_probe(struct platform_device *dev) | 63 | static int ep93xxbl_probe(struct platform_device *dev) |
64 | { | 64 | { |
65 | struct ep93xxbl *ep93xxbl; | 65 | struct ep93xxbl *ep93xxbl; |
66 | struct backlight_device *bl; | 66 | struct backlight_device *bl; |