aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight/ep93xx_bl.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/backlight/ep93xx_bl.c')
-rw-r--r--drivers/video/backlight/ep93xx_bl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/backlight/ep93xx_bl.c b/drivers/video/backlight/ep93xx_bl.c
index 08214e1f0958..ef3e21e8f825 100644
--- a/drivers/video/backlight/ep93xx_bl.c
+++ b/drivers/video/backlight/ep93xx_bl.c
@@ -141,7 +141,7 @@ static struct platform_driver ep93xxbl_driver = {
141 .owner = THIS_MODULE, 141 .owner = THIS_MODULE,
142 }, 142 },
143 .probe = ep93xxbl_probe, 143 .probe = ep93xxbl_probe,
144 .remove = __devexit_p(ep93xxbl_remove), 144 .remove = ep93xxbl_remove,
145 .suspend = ep93xxbl_suspend, 145 .suspend = ep93xxbl_suspend,
146 .resume = ep93xxbl_resume, 146 .resume = ep93xxbl_resume,
147}; 147};