mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-18 11:46:13 +07:00
net: ethernet: i825xx: 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
bfd5f04ffa
commit
3f8e0b5fdd
@ -165,7 +165,6 @@ static struct platform_driver sni_82596_driver = {
|
||||
.remove = sni_82596_driver_remove,
|
||||
.driver = {
|
||||
.name = sni_82596_string,
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user