summaryrefslogtreecommitdiffstats
path: root/drivers/phy/marvell
diff options
context:
space:
mode:
authorYueHaibing2019-02-14 02:51:17 +0100
committerKishon Vijay Abraham I2019-04-17 08:36:02 +0200
commit9dc211c6139b6680db8904547f7c5e23faec7eb5 (patch)
treea654b7a3db92e2e910bb29a5b49f5acfa44dbd5a /drivers/phy/marvell
parentphy: mapphone-mdm6600: add gpiolib dependency (diff)
downloadkernel-qcow2-linux-9dc211c6139b6680db8904547f7c5e23faec7eb5.tar.gz
kernel-qcow2-linux-9dc211c6139b6680db8904547f7c5e23faec7eb5.tar.xz
kernel-qcow2-linux-9dc211c6139b6680db8904547f7c5e23faec7eb5.zip
phy: fix platform_no_drv_owner.cocci warnings
Remove .owner field if calls are used which set it automatically Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/marvell')
-rw-r--r--drivers/phy/marvell/phy-mvebu-a3700-utmi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/phy/marvell/phy-mvebu-a3700-utmi.c b/drivers/phy/marvell/phy-mvebu-a3700-utmi.c
index 94a29dea57af..ded900b06f5a 100644
--- a/drivers/phy/marvell/phy-mvebu-a3700-utmi.c
+++ b/drivers/phy/marvell/phy-mvebu-a3700-utmi.c
@@ -266,7 +266,6 @@ static struct platform_driver mvebu_a3700_utmi_driver = {
.probe = mvebu_a3700_utmi_phy_probe,
.driver = {
.name = "mvebu-a3700-utmi-phy",
- .owner = THIS_MODULE,
.of_match_table = mvebu_a3700_utmi_of_match,
},
};