Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 29a4bb14 authored by Michal Simek's avatar Michal Simek Committed by Vinod Koul
Browse files

dma: xilinx: Remove .owner field for driver



There is no need to init .owner field.

Based on the patch from Peter Griffin <peter.griffin@linaro.org>
"mmc: remove .owner field for drivers using module_platform_driver"

This patch removes the superflous .owner field for drivers which
use the module_platform_driver API, as this is overriden in
platform_driver_register anyway."

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
Reviewed-by: default avatarLevente Kurusa <lkurusa@redhat.com>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
parent ddc64363
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1365,7 +1365,6 @@ static const struct of_device_id xilinx_vdma_of_ids[] = {
static struct platform_driver xilinx_vdma_driver = {
	.driver = {
		.name = "xilinx-vdma",
		.owner = THIS_MODULE,
		.of_match_table = xilinx_vdma_of_ids,
	},
	.probe = xilinx_vdma_probe,