aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/at_xdmac.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2015-01-13 17:46:48 +0100
committerVinod Koul <vinod.koul@intel.com>2015-01-13 23:05:04 +0530
commit640f204bcdea927f4c2ce4af76a5e92736f20019 (patch)
tree43281e8347822c7daf5532eda5368f265d133e8f /drivers/dma/at_xdmac.c
parentdmaengine: imx-dma.c: Remove unused function (diff)
downloadlinux-dev-640f204bcdea927f4c2ce4af76a5e92736f20019.tar.xz
linux-dev-640f204bcdea927f4c2ce4af76a5e92736f20019.zip
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.c1
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,
}