mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 01:04:19 +08:00
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 <FlorianSchandinat@gmx.de> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
66564d832f
commit
4f7e34f8ef
@ -1505,6 +1505,7 @@ static struct platform_driver sa1100fb_driver = {
|
||||
.resume = sa1100fb_resume,
|
||||
.driver = {
|
||||
.name = "sa11x0-fb",
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user