Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Antoine Tenart and committed by
Kishon Vijay Abraham I
30dbc041 d6648174

-1
-1
drivers/phy/marvell/phy-mvebu-cp110-comphy.c
··· 154 154 void __iomem *base; 155 155 struct regmap *regmap; 156 156 struct device *dev; 157 - int modes[MVEBU_COMPHY_LANES]; 158 157 }; 159 158 160 159 struct mvebu_comphy_lane {