forked from Minki/linux
net: ethernet: octeon: 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
e590dead91
commit
fb5b11f6ce
@ -1568,7 +1568,6 @@ MODULE_DEVICE_TABLE(of, octeon_mgmt_match);
|
||||
static struct platform_driver octeon_mgmt_driver = {
|
||||
.driver = {
|
||||
.name = "octeon_mgmt",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = octeon_mgmt_match,
|
||||
},
|
||||
.probe = octeon_mgmt_probe,
|
||||
|
Loading…
Reference in New Issue
Block a user