phy: remove .owner field for drivers using module_platform_driver
authorPeter Griffin <peter.griffin@linaro.org>
Fri, 15 Aug 2014 12:40:14 +0000 (13:40 +0100)
committerKishon Vijay Abraham I <kishon@ti.com>
Wed, 24 Sep 2014 09:48:34 +0000 (15:18 +0530)
This patch removes the superflous .owner field for drivers which
use the module_platform_driver or platform_driver_register api,
as this is overriden in __platform_driver_register.

Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>

No differences found