Explorar o código

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>
Vinod Koul %!s(int64=9) %!d(string=hai) anos
pai
achega
23a396611f
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      drivers/dma/fsl_raid.c

+ 0 - 1
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,