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>
This commit is contained in:
Antoine Tenart 2017-09-18 10:04:21 +02:00 committed by Kishon Vijay Abraham I
parent d664817452
commit 30dbc0415f

View file

@ -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 {