aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/video/s3c2410fb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/s3c2410fb.c b/drivers/video/s3c2410fb.c
index bf679312be06..855a6778b9eb 100644
--- a/drivers/video/s3c2410fb.c
+++ b/drivers/video/s3c2410fb.c
@@ -884,6 +884,7 @@ static int s3c2410fb_resume(struct device *dev)
884 884
885static struct device_driver s3c2410fb_driver = { 885static struct device_driver s3c2410fb_driver = {
886 .name = "s3c2410-lcd", 886 .name = "s3c2410-lcd",
887 .owner = THIS_MODULE,
887 .bus = &platform_bus_type, 888 .bus = &platform_bus_type,
888 .probe = s3c2410fb_probe, 889 .probe = s3c2410fb_probe,
889 .suspend = s3c2410fb_suspend, 890 .suspend = s3c2410fb_suspend,