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: Wolfram Sang <wsa@the-dreams.de>
This commit is contained in:
parent
5a21758d26
commit
07646c9379
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue