diff options
author | Antoine Tenart <antoine.tenart@free-electrons.com> | 2017-09-18 10:04:21 +0200 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2017-10-23 11:19:25 +0530 |
commit | 30dbc0415f7c6e6d4fa9cdc8098c27fd8cf74f82 (patch) | |
tree | c51d6a97c7c62d868ed822c6d18514575639509e /drivers/phy | |
parent | d6648174523af2ccbf7f49b1f0c023bdeb183a3c (diff) |
phy: mvebu-cp110-comphy: remove unused member in private struct
The 'modes' member of the mvebu_comphy_priv structure is not used.
Remove it.
Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy')
-rw-r--r-- | drivers/phy/marvell/phy-mvebu-cp110-comphy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/phy/marvell/phy-mvebu-cp110-comphy.c b/drivers/phy/marvell/phy-mvebu-cp110-comphy.c index 89c887ea5557..a0d522154cdf 100644 --- a/drivers/phy/marvell/phy-mvebu-cp110-comphy.c +++ b/drivers/phy/marvell/phy-mvebu-cp110-comphy.c @@ -154,7 +154,6 @@ struct mvebu_comphy_priv { void __iomem *base; struct regmap *regmap; struct device *dev; - int modes[MVEBU_COMPHY_LANES]; }; struct mvebu_comphy_lane { |