Commit 4f7e34f8 authored by Russell King's avatar Russell King

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: default avatarFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 66564d83
...@@ -1505,6 +1505,7 @@ static struct platform_driver sa1100fb_driver = { ...@@ -1505,6 +1505,7 @@ static struct platform_driver sa1100fb_driver = {
.resume = sa1100fb_resume, .resume = sa1100fb_resume,
.driver = { .driver = {
.name = "sa11x0-fb", .name = "sa11x0-fb",
.owner = THIS_MODULE,
}, },
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment