mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 00:03:02 +07:00
net: ethernet: marvell: 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
379f023d27
commit
7a53834e6e
@ -2837,7 +2837,6 @@ static struct platform_driver mv643xx_eth_shared_driver = {
|
||||
.remove = mv643xx_eth_shared_remove,
|
||||
.driver = {
|
||||
.name = MV643XX_ETH_SHARED_NAME,
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = of_match_ptr(mv643xx_eth_shared_ids),
|
||||
},
|
||||
};
|
||||
@ -3186,7 +3185,6 @@ static struct platform_driver mv643xx_eth_driver = {
|
||||
.shutdown = mv643xx_eth_shutdown,
|
||||
.driver = {
|
||||
.name = MV643XX_ETH_NAME,
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user