diff options
| -rw-r--r-- | drivers/phy/phy-miphy28lp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/phy-miphy28lp.c b/drivers/phy/phy-miphy28lp.c index d44493230d0c..4fe1755e3aa8 100644 --- a/drivers/phy/phy-miphy28lp.c +++ b/drivers/phy/phy-miphy28lp.c | |||
| @@ -1139,6 +1139,7 @@ static struct phy *miphy28lp_xlate(struct device *dev, | |||
| 1139 | 1139 | ||
| 1140 | static struct phy_ops miphy28lp_ops = { | 1140 | static struct phy_ops miphy28lp_ops = { |
| 1141 | .init = miphy28lp_init, | 1141 | .init = miphy28lp_init, |
| 1142 | .owner = THIS_MODULE, | ||
| 1142 | }; | 1143 | }; |
| 1143 | 1144 | ||
| 1144 | static int miphy28lp_probe_resets(struct device_node *node, | 1145 | static int miphy28lp_probe_resets(struct device_node *node, |
