dmaengine: fsl_raid: remove owner assignment
authorVinod Koul <vinod.koul@intel.com>
Tue, 5 Jul 2016 10:02:25 +0000 (15:32 +0530)
committerVinod Koul <vinod.koul@intel.com>
Sat, 23 Jul 2016 10:37:26 +0000 (16:07 +0530)
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>
drivers/dma/fsl_raid.c

index ec9c73b7abe69b3c0ffbc416d8ae037e3be862bb..aad167eaaee80b29e9386574c183533d0e8f0d83 100644 (file)
@@ -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,