[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20190113141746.6256-1-axel.lin@ingics.com>
Date: Sun, 13 Jan 2019 22:17:46 +0800
From: Axel Lin <axel.lin@...ics.com>
To: Mark Brown <broonie@...nel.org>
Cc: Chen Feng <puck.chen@...ilicon.com>,
Liam Girdwood <lgirdwood@...il.com>,
linux-kernel@...r.kernel.org, Axel Lin <axel.lin@...ics.com>
Subject: [PATCH] regulator: hi655x: Removed unused ctrl_regs field from struct hi655x_regulator
The ctrl_regs field is not used at all, remove it.
Signed-off-by: Axel Lin <axel.lin@...ics.com>
---
drivers/regulator/hi655x-regulator.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/regulator/hi655x-regulator.c b/drivers/regulator/hi655x-regulator.c
index 36ae54b53814..bba24a6fdb1e 100644
--- a/drivers/regulator/hi655x-regulator.c
+++ b/drivers/regulator/hi655x-regulator.c
@@ -28,7 +28,6 @@
struct hi655x_regulator {
unsigned int disable_reg;
unsigned int status_reg;
- unsigned int ctrl_regs;
unsigned int ctrl_mask;
struct regulator_desc rdesc;
};
--
2.17.1
Powered by blists - more mailing lists