From: Ben Dooks Initialise the .owner field, so that if the driver is built as a module, the system has a link to the owner Signed-off-by: Ben Dooks Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton --- drivers/video/s3c2410fb.c | 1 + 1 files changed, 1 insertion(+) diff -puN drivers/video/s3c2410fb.c~s3c2410fb-initialise-device_driver-owner drivers/video/s3c2410fb.c --- devel/drivers/video/s3c2410fb.c~s3c2410fb-initialise-device_driver-owner 2005-10-18 19:12:25.000000000 -0700 +++ devel-akpm/drivers/video/s3c2410fb.c 2005-10-18 19:12:25.000000000 -0700 @@ -883,6 +883,7 @@ static int s3c2410fb_resume(struct devic static struct device_driver s3c2410fb_driver = { .name = "s3c2410-lcd", + .owner = THIS_MODULE, .bus = &platform_bus_type, .probe = s3c2410fb_probe, .suspend = s3c2410fb_suspend, _