diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2015-01-13 11:46:48 -0500 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2015-01-13 12:35:04 -0500 |
commit | 640f204bcdea927f4c2ce4af76a5e92736f20019 (patch) | |
tree | 43281e8347822c7daf5532eda5368f265d133e8f /drivers/dma/at_xdmac.c | |
parent | 9265eaed9ca8bc0c24d90f9bd18b15d33465dca5 (diff) |
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: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/at_xdmac.c')
-rw-r--r-- | drivers/dma/at_xdmac.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dma/at_xdmac.c b/drivers/dma/at_xdmac.c index b60d77a22df6..1c4c96b7e2bf 100644 --- a/drivers/dma/at_xdmac.c +++ b/drivers/dma/at_xdmac.c | |||
@@ -1507,7 +1507,6 @@ static struct platform_driver at_xdmac_driver = { | |||
1507 | .remove = at_xdmac_remove, | 1507 | .remove = at_xdmac_remove, |
1508 | .driver = { | 1508 | .driver = { |
1509 | .name = "at_xdmac", | 1509 | .name = "at_xdmac", |
1510 | .owner = THIS_MODULE, | ||
1511 | .of_match_table = of_match_ptr(atmel_xdmac_dt_ids), | 1510 | .of_match_table = of_match_ptr(atmel_xdmac_dt_ids), |
1512 | .pm = &atmel_xdmac_dev_pm_ops, | 1511 | .pm = &atmel_xdmac_dev_pm_ops, |
1513 | } | 1512 | } |