[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20240528174659.53022-1-linux@treblig.org>
Date: Tue, 28 May 2024 18:46:59 +0100
From: linux@...blig.org
To: lgirdwood@...il.com,
broonie@...nel.org,
gokhan.celik@...log.com
Cc: linux-kernel@...r.kernel.org,
"Dr. David Alan Gilbert" <linux@...blig.org>
Subject: [PATCH] regulator: max77503: remove unused struct 'max77503_dev'
From: "Dr. David Alan Gilbert" <linux@...blig.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@...blig.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
Powered by blists - more mailing lists