Commit 30dbc041 authored by Antoine Tenart's avatar Antoine Tenart Committed by Kishon Vijay Abraham I

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: default avatarAntoine Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: default avatarKishon Vijay Abraham I <kishon@ti.com>
parent d6648174
......@@ -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 {
......
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