Skip to content
Snippets Groups Projects
Commit 5a8078be authored by Wolfram Sang's avatar Wolfram Sang
Browse files

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: default avatarWolfram Sang <wsa@the-dreams.de>
parent bd8eabfa
No related branches found
No related tags found
No related merge requests found
......@@ -870,7 +870,6 @@ static struct platform_driver meth_driver = {
.remove = __exit_p(meth_remove),
.driver = {
.name = "meth",
.owner = THIS_MODULE,
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment