This is a remnant of commit 70a7fb80e85a ("regulator: core: Fix nested
locking of supplies").

Signed-off-by: Masahiro Yamada <yamada.masah...@socionext.com>
---

 drivers/regulator/core.c | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c
index b9d7b45..bc25a17 100644
--- a/drivers/regulator/core.c
+++ b/drivers/regulator/core.c
@@ -145,14 +145,6 @@ static bool regulator_ops_is_valid(struct regulator_dev 
*rdev, int ops)
        return false;
 }
 
-static inline struct regulator_dev *rdev_get_supply(struct regulator_dev *rdev)
-{
-       if (rdev && rdev->supply)
-               return rdev->supply->rdev;
-
-       return NULL;
-}
-
 /**
  * regulator_lock_nested - lock a single regulator
  * @rdev:              regulator source
-- 
2.7.4

Reply via email to