public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] regulator: max77503: remove unused struct 'max77503_dev'
@ 2024-05-28 17:46 linux
  0 siblings, 0 replies; only message in thread
From: linux @ 2024-05-28 17:46 UTC (permalink / raw)
  To: lgirdwood, broonie, gokhan.celik; +Cc: linux-kernel, Dr. David Alan Gilbert

From: "Dr. David Alan Gilbert" <linux@treblig.org>

'max77503_dev' is unused since the original
commit a0c543bdf4ba ("regulator: max77503: Add ADI MAX77503 support").

Remove it.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
---
 drivers/regulator/max77503-regulator.c | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/drivers/regulator/max77503-regulator.c b/drivers/regulator/max77503-regulator.c
index 4a6ba4dd2acd..c7c94e868fc1 100644
--- a/drivers/regulator/max77503-regulator.c
+++ b/drivers/regulator/max77503-regulator.c
@@ -25,14 +25,6 @@
 #define MAX77503_AD_ENABLED			0x1
 #define MAX77503_AD_DISABLED		0x0
 
-struct max77503_dev {
-	struct device *dev;
-	struct device_node *of_node;
-	struct regulator_desc desc;
-	struct regulator_dev *rdev;
-	struct regmap *regmap;
-};
-
 static const struct regmap_config max77503_regmap_config = {
 	.reg_bits = 8,
 	.val_bits = 8,
-- 
2.45.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-05-28 17:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-28 17:46 [PATCH] regulator: max77503: remove unused struct 'max77503_dev' linux

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox