aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2016-07-05 06:02:25 -0400
committerVinod Koul <vinod.koul@intel.com>2016-07-23 06:37:26 -0400
commit23a396611fb1c009fcec432eb4076379a66deb5a (patch)
tree23a3571220054eaeab053a77040cf9850d768060 /drivers/dma
parenta19346eaeca780fd61b845a3ccb0362ecb2c6e23 (diff)
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[] = {
892static struct platform_driver fsl_re_driver = { 892static struct platform_driver fsl_re_driver = {
893 .driver = { 893 .driver = {
894 .name = "fsl-raideng", 894 .name = "fsl-raideng",
895 .owner = THIS_MODULE,
896 .of_match_table = fsl_re_ids, 895 .of_match_table = fsl_re_ids,
897 }, 896 },
898 .probe = fsl_re_probe, 897 .probe = fsl_re_probe,