Commit 235b633e authored by Axel Lin's avatar Axel Lin Committed by Kishon Vijay Abraham I

phy: miphy28lp: Add missing .owner field in miphy28lp_ops

Add missing .owner field in miphy28lp_ops, which is used for refcounting.
Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Signed-off-by: default avatarKishon Vijay Abraham I <kishon@ti.com>
parent 991e45f8
...@@ -1139,6 +1139,7 @@ static struct phy *miphy28lp_xlate(struct device *dev, ...@@ -1139,6 +1139,7 @@ static struct phy *miphy28lp_xlate(struct device *dev,
static struct phy_ops miphy28lp_ops = { static struct phy_ops miphy28lp_ops = {
.init = miphy28lp_init, .init = miphy28lp_init,
.owner = THIS_MODULE,
}; };
static int miphy28lp_probe_resets(struct device_node *node, static int miphy28lp_probe_resets(struct device_node *node,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment