diff --git a/drivers/video/s3c2410fb.c b/drivers/video/s3c2410fb.c index bf679312be060b27c23d6ef57eb36a8fb8a64f69..855a6778b9eba115879bdbde91d4372f414b9d81 100644 --- a/drivers/video/s3c2410fb.c +++ b/drivers/video/s3c2410fb.c @@ -884,6 +884,7 @@ static int s3c2410fb_resume(struct device *dev) static struct device_driver s3c2410fb_driver = { .name = "s3c2410-lcd", + .owner = THIS_MODULE, .bus = &platform_bus_type, .probe = s3c2410fb_probe, .suspend = s3c2410fb_suspend,