diff options
author | Vinod Koul <vinod.koul@intel.com> | 2016-07-05 15:32:25 +0530 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2016-07-23 16:07:26 +0530 |
commit | 23a396611fb1c009fcec432eb4076379a66deb5a (patch) | |
tree | 23a3571220054eaeab053a77040cf9850d768060 /drivers | |
parent | a19346eaeca780fd61b845a3ccb0362ecb2c6e23 (diff) | |
download | linux-23a396611fb1c009fcec432eb4076379a66deb5a.tar.bz2 |
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')
-rw-r--r-- | drivers/dma/fsl_raid.c | 1 |
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, |