]> git.openfabrics.org - ~emulex/infiniband.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)
commit29a4bb1431035560b4be3fc5917c5ab8b8141204
treef61b3deeb991527c09a729adc5257b47c64b460d
parentddc643630f5deb1995d191719086b64873c67a44
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