From: Russell King Date: Sat, 14 Jan 2012 10:11:03 +0000 (+0000) Subject: FB: sa1100: add .owner initializer to driver structure X-Git-Tag: firefly_0821_release~3680^2~3244^2^3~5^2~12 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4f7e34f8eff0b3dbbd75cc778b0a363bdb29ac18;p=firefly-linux-kernel-4.4.55.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 2cc268c0e89a..bac9d4f39da5 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, }, };