dmaengine: Remove .owner field for driver
authorKiran Padwal <kiran.padwal@smartplayin.com>
Wed, 24 Sep 2014 06:39:23 +0000 (12:09 +0530)
committerVinod Koul <vinod.koul@intel.com>
Thu, 6 Nov 2014 06:24:18 +0000 (11:54 +0530)
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: Kiran Padwal <kiran.padwal@smartplayin.com>
[for nvidia]
Acked-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>

No differences found