Skip to content

Commit

Permalink
dmaengine: drop owner assignment from platform_drivers
Browse files Browse the repository at this point in the history
This 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>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
  • Loading branch information
Wolfram Sang authored and Vinod Koul committed Jan 13, 2015
1 parent 9265eae commit 640f204
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/dma/at_xdmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -1507,7 +1507,6 @@ static struct platform_driver at_xdmac_driver = {
.remove = at_xdmac_remove,
.driver = {
.name = "at_xdmac",
.owner = THIS_MODULE,
.of_match_table = of_match_ptr(atmel_xdmac_dt_ids),
.pm = &atmel_xdmac_dev_pm_ops,
}
Expand Down

0 comments on commit 640f204

Please sign in to comment.