[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1401180180.7221.0.camel@phoenix>
Date: Tue, 27 May 2014 16:43:00 +0800
From: Axel Lin <axel.lin@...ics.com>
To: Mark Brown <broonie@...nel.org>
Cc: Alban Bedel <alban.bedel@...onic-design.de>,
Stefan Agner <stefan@...er.ch>,
Mike Rapoport <mike@...pulab.co.il>,
Liam Girdwood <lgirdwood@...il.com>,
linux-kernel@...r.kernel.org
Subject: [PATCH] regulator: tps6586x: Remove unused to_tps6586x_dev()
function
Signed-off-by: Axel Lin <axel.lin@...ics.com>
---
drivers/regulator/tps6586x-regulator.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/drivers/regulator/tps6586x-regulator.c b/drivers/regulator/tps6586x-regulator.c
index e045b7f..0a3bb3a 100644
--- a/drivers/regulator/tps6586x-regulator.c
+++ b/drivers/regulator/tps6586x-regulator.c
@@ -63,11 +63,6 @@ struct tps6586x_regulator {
int enable_reg[2];
};
-static inline struct device *to_tps6586x_dev(struct regulator_dev *rdev)
-{
- return rdev_get_dev(rdev)->parent;
-}
-
static struct regulator_ops tps6586x_rw_regulator_ops = {
.list_voltage = regulator_list_voltage_table,
.map_voltage = regulator_map_voltage_ascend,
--
1.8.3.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists