Browse Source

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>
Antoine Tenart 8 years ago
parent
commit
30dbc0415f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/phy/marvell/phy-mvebu-cp110-comphy.c

+ 0 - 1
drivers/phy/marvell/phy-mvebu-cp110-comphy.c

@@ -154,7 +154,6 @@ struct mvebu_comphy_priv {
 	void __iomem *base;
 	void __iomem *base;
 	struct regmap *regmap;
 	struct regmap *regmap;
 	struct device *dev;
 	struct device *dev;
-	int modes[MVEBU_COMPHY_LANES];
 };
 };
 
 
 struct mvebu_comphy_lane {
 struct mvebu_comphy_lane {