clk: Remove .owner field for driver
authorKiran Padwal <kiran.padwal@smartplayin.com>
Wed, 24 Sep 2014 09:45:29 +0000 (15:15 +0530)
committerMike Turquette <mturquette@linaro.org>
Fri, 26 Sep 2014 00:43:31 +0000 (17:43 -0700)
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>
Signed-off-by: Mike Turquette <mturquette@linaro.org>

No differences found