summaryrefslogtreecommitdiffstats
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
parentd6648174523af2ccbf7f49b1f0c023bdeb183a3c (diff)
downloadop-kernel-dev-30dbc0415f7c6e6d4fa9cdc8098c27fd8cf74f82.zip
op-kernel-dev-30dbc0415f7c6e6d4fa9cdc8098c27fd8cf74f82.tar.gz
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 89c887e..a0d5221 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 {
OpenPOWER on IntegriCloud