diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2015-01-13 17:46:48 +0100 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2015-01-13 23:05:04 +0530 |
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 = { .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, } |