net: ethernet: cadence: 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
63ad0215e1
commit
fe6a12d1b2
|
@ -469,7 +469,6 @@ static struct platform_driver at91ether_driver = {
|
|||
.resume = at91ether_resume,
|
||||
.driver = {
|
||||
.name = "at91_ether",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = of_match_ptr(at91ether_dt_ids),
|
||||
},
|
||||
};
|
||||
|
|
|
@ -2321,7 +2321,6 @@ static struct platform_driver macb_driver = {
|
|||
.remove = __exit_p(macb_remove),
|
||||
.driver = {
|
||||
.name = "macb",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = of_match_ptr(macb_dt_ids),
|
||||
.pm = &macb_pm_ops,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue