From: Kiran Padwal Date: Wed, 24 Sep 2014 06:39:23 +0000 (+0530) Subject: dmaengine: Remove .owner field for driver X-Git-Tag: omap-for-v3.19/fixes-rc1~107^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd166280b7a1d74248897b48aea39217015ee8c2;p=pandora-kernel.git dmaengine: Remove .owner field for driver There is no need to init .owner field. Based on the patch from Peter Griffin "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 [for nvidia] Acked-by: Thierry Reding Signed-off-by: Vinod Koul --- Reading git-diff-tree failed