aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight/pandora_bl.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/backlight/pandora_bl.c')
-rw-r--r--drivers/video/backlight/pandora_bl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/backlight/pandora_bl.c b/drivers/video/backlight/pandora_bl.c
index 2e3f82063c03..5d8bb8b20183 100644
--- a/drivers/video/backlight/pandora_bl.c
+++ b/drivers/video/backlight/pandora_bl.c
@@ -142,7 +142,6 @@ static int pandora_backlight_probe(struct platform_device *pdev)
static struct platform_driver pandora_backlight_driver = {
.driver = {
.name = "pandora-backlight",
- .owner = THIS_MODULE,
},
.probe = pandora_backlight_probe,
};