]> git.baikalelectronics.ru Git - kernel.git/commit
dma: xilinx: Remove .owner field for driver
authorMichal Simek <michal.simek@xilinx.com>
Wed, 13 Aug 2014 11:57:42 +0000 (13:57 +0200)
committerVinod Koul <vinod.koul@intel.com>
Tue, 19 Aug 2014 17:06:50 +0000 (22:36 +0530)
commit5817690a09788a786aee0df49df2928083e4b0a2
treef61b3deeb991527c09a729adc5257b47c64b460d
parentcd889f98155ff14dea9603afc9b41c3543f417e9
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: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Levente Kurusa <lkurusa@redhat.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/xilinx/xilinx_vdma.c