OSDN Git Service

phy: mvebu-cp110-comphy: remove unused member in private struct
authorAntoine Tenart <antoine.tenart@free-electrons.com>
Mon, 18 Sep 2017 08:04:21 +0000 (10:04 +0200)
committerKishon Vijay Abraham I <kishon@ti.com>
Mon, 23 Oct 2017 05:49:25 +0000 (11:19 +0530)
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>
drivers/phy/marvell/phy-mvebu-cp110-comphy.c

index 89c887e..a0d5221 100644 (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 {