aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy/marvell
diff options
context:
space:
mode:
authorAntoine Tenart <antoine.tenart@free-electrons.com>2017-09-18 10:04:21 +0200
committerKishon Vijay Abraham I <kishon@ti.com>2017-10-23 11:19:25 +0530
commit30dbc0415f7c6e6d4fa9cdc8098c27fd8cf74f82 (patch)
treec51d6a97c7c62d868ed822c6d18514575639509e /drivers/phy/marvell
parentMerge branch 'fixes' into next (diff)
downloadlinux-dev-30dbc0415f7c6e6d4fa9cdc8098c27fd8cf74f82.tar.xz
linux-dev-30dbc0415f7c6e6d4fa9cdc8098c27fd8cf74f82.zip
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>
Diffstat (limited to 'drivers/phy/marvell')
-rw-r--r--drivers/phy/marvell/phy-mvebu-cp110-comphy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/phy/marvell/phy-mvebu-cp110-comphy.c b/drivers/phy/marvell/phy-mvebu-cp110-comphy.c
index 89c887ea5557..a0d522154cdf 100644
--- a/drivers/phy/marvell/phy-mvebu-cp110-comphy.c
+++ b/drivers/phy/marvell/phy-mvebu-cp110-comphy.c
@@ -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 {