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
1 changed files with 0 additions and 1 deletions
|
@ -1568,7 +1568,6 @@ MODULE_DEVICE_TABLE(of, octeon_mgmt_match);
|
||||||
static struct platform_driver octeon_mgmt_driver = {
|
static struct platform_driver octeon_mgmt_driver = {
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "octeon_mgmt",
|
.name = "octeon_mgmt",
|
||||||
.owner = THIS_MODULE,
|
|
||||||
.of_match_table = octeon_mgmt_match,
|
.of_match_table = octeon_mgmt_match,
|
||||||
},
|
},
|
||||||
.probe = octeon_mgmt_probe,
|
.probe = octeon_mgmt_probe,
|
||||||
|
|
Loading…
Add table
Reference in a new issue