aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2016-07-05 15:32:25 +0530
committerVinod Koul <vinod.koul@intel.com>2016-07-23 16:07:26 +0530
commit23a396611fb1c009fcec432eb4076379a66deb5a (patch)
tree23a3571220054eaeab053a77040cf9850d768060 /drivers/dma
parentdmaengine: coh901318: remove owner assignment (diff)
downloadlinux-dev-23a396611fb1c009fcec432eb4076379a66deb5a.tar.xz
linux-dev-23a396611fb1c009fcec432eb4076379a66deb5a.zip
dmaengine: fsl_raid: remove owner assignment
platform driver operations owner is set by core, so remove Signed-off-by: Vinod Koul <vinod.koul@intel.com> Cc: Xuelin Shi <xuelin.shi@freescale.com>
Diffstat (limited to 'drivers/dma')
-rw-r--r--drivers/dma/fsl_raid.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dma/fsl_raid.c b/drivers/dma/fsl_raid.c
index ec9c73b7abe6..aad167eaaee8 100644
--- a/drivers/dma/fsl_raid.c
+++ b/drivers/dma/fsl_raid.c
@@ -892,7 +892,6 @@ static struct of_device_id fsl_re_ids[] = {
static struct platform_driver fsl_re_driver = {
.driver = {
.name = "fsl-raideng",
- .owner = THIS_MODULE,
.of_match_table = fsl_re_ids,
},
.probe = fsl_re_probe,