diff options
author | Peter Griffin <peter.griffin@linaro.org> | 2014-08-15 14:40:14 +0200 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2014-09-24 11:48:34 +0200 |
commit | 4f0eb5d7efe375859b15c97f453113a242bf057b (patch) | |
tree | 67e3942ebdba9f9604976c160425845acd5c674e /drivers/phy/phy-mvebu-sata.c | |
parent | phy: exynos-dp-video: Use syscon support to control pmu register (diff) | |
download | linux-4f0eb5d7efe375859b15c97f453113a242bf057b.tar.xz linux-4f0eb5d7efe375859b15c97f453113a242bf057b.zip |
phy: remove .owner field for drivers using module_platform_driver
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>
Diffstat (limited to 'drivers/phy/phy-mvebu-sata.c')
-rw-r--r-- | drivers/phy/phy-mvebu-sata.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/phy/phy-mvebu-sata.c b/drivers/phy/phy-mvebu-sata.c index 10bb8e5aa940..d395558cb12e 100644 --- a/drivers/phy/phy-mvebu-sata.c +++ b/drivers/phy/phy-mvebu-sata.c @@ -128,7 +128,6 @@ static struct platform_driver phy_mvebu_sata_driver = { .probe = phy_mvebu_sata_probe, .driver = { .name = "phy-mvebu-sata", - .owner = THIS_MODULE, .of_match_table = phy_mvebu_sata_of_match, } }; |