[PATCH] regulator: max77503: remove unused struct 'max77503_dev'

linux@treblig.org posted 1 patch 1 year, 6 months ago
drivers/regulator/max77503-regulator.c | 8 --------
1 file changed, 8 deletions(-)
[PATCH] regulator: max77503: remove unused struct 'max77503_dev'
Posted by linux@treblig.org 1 year, 6 months ago
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