[PATCH 1/2] regulator: lp8788-ldo: Remove *desc and *regulator from struct lp8788_ldo

From: Axel Lin
Date: Wed Jan 30 2019 - 08:04:40 EST


They are not used at all, remove them.

Signed-off-by: Axel Lin <axel.lin@xxxxxxxxxx>
---
drivers/regulator/lp8788-ldo.c | 4 ----
1 file changed, 4 deletions(-)

diff --git a/drivers/regulator/lp8788-ldo.c b/drivers/regulator/lp8788-ldo.c
index a2ef146e6b3a..172b5f9355dd 100644
--- a/drivers/regulator/lp8788-ldo.c
+++ b/drivers/regulator/lp8788-ldo.c
@@ -113,8 +113,6 @@ enum lp8788_ldo_id {

struct lp8788_ldo {
struct lp8788 *lp;
- struct regulator_desc *desc;
- struct regulator_dev *regulator;
struct gpio_desc *ena_gpiod;
};

@@ -558,7 +556,6 @@ static int lp8788_dldo_probe(struct platform_device *pdev)
return ret;
}

- ldo->regulator = rdev;
platform_set_drvdata(pdev, ldo);

return 0;
@@ -605,7 +602,6 @@ static int lp8788_aldo_probe(struct platform_device *pdev)
return ret;
}

- ldo->regulator = rdev;
platform_set_drvdata(pdev, ldo);

return 0;
--
2.17.1