From: Russell King Date: Sat, 14 Jan 2012 10:11:03 +0000 (+0000) Subject: FB: sa1100: add .owner initializer to driver structure X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4f7e34f8eff0b3dbbd75cc778b0a363bdb29ac18;p=mv-sheeva.git FB: sa1100: add .owner initializer to driver structure Annotate the driver structure with the .owner field, to allow the module to be associated with the driver. Acked-by: Florian Tobias Schandinat Signed-off-by: Russell King --- diff --git a/drivers/video/sa1100fb.c b/drivers/video/sa1100fb.c index 2cc268c0e89..bac9d4f39da 100644 --- a/drivers/video/sa1100fb.c +++ b/drivers/video/sa1100fb.c @@ -1505,6 +1505,7 @@ static struct platform_driver sa1100fb_driver = { .resume = sa1100fb_resume, .driver = { .name = "sa11x0-fb", + .owner = THIS_MODULE, }, };