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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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,
	}