Commit 07646c93 authored by Wolfram Sang's avatar Wolfram Sang

net: ethernet: aeroflex: 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 5a21758d
...@@ -1603,7 +1603,6 @@ MODULE_DEVICE_TABLE(of, greth_of_match); ...@@ -1603,7 +1603,6 @@ MODULE_DEVICE_TABLE(of, greth_of_match);
static struct platform_driver greth_of_driver = { static struct platform_driver greth_of_driver = {
.driver = { .driver = {
.name = "grlib-greth", .name = "grlib-greth",
.owner = THIS_MODULE,
.of_match_table = greth_of_match, .of_match_table = greth_of_match,
}, },
.probe = greth_of_probe, .probe = greth_of_probe,
......
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