mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 16:54:20 +08:00
net: ethernet: sgi: drop owner assignment from platform_drivers
A platform_driver does not need to set an owner, it will be populated by the driver core. Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
This commit is contained in:
parent
bd8eabfa0a
commit
5a8078bebd
@ -870,7 +870,6 @@ static struct platform_driver meth_driver = {
|
||||
.remove = __exit_p(meth_remove),
|
||||
.driver = {
|
||||
.name = "meth",
|
||||
.owner = THIS_MODULE,
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user