Commit 640f204b authored by Wolfram Sang's avatar Wolfram Sang Committed by Vinod Koul

dmaengine: drop owner assignment from platform_drivers

This platform_driver does not need to set an owner, it will be populated by the
driver core.
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
parent 9265eaed
...@@ -1507,7 +1507,6 @@ static struct platform_driver at_xdmac_driver = { ...@@ -1507,7 +1507,6 @@ static struct platform_driver at_xdmac_driver = {
.remove = at_xdmac_remove, .remove = at_xdmac_remove,
.driver = { .driver = {
.name = "at_xdmac", .name = "at_xdmac",
.owner = THIS_MODULE,
.of_match_table = of_match_ptr(atmel_xdmac_dt_ids), .of_match_table = of_match_ptr(atmel_xdmac_dt_ids),
.pm = &atmel_xdmac_dev_pm_ops, .pm = &atmel_xdmac_dev_pm_ops,
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment