aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/tps6524x-regulator.c
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@gmail.com>2012-03-08 22:37:30 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-03-11 16:49:34 -0400
commit4d984d1cd838435cf1180ab9ffbab24cfdbf7515 (patch)
treeadf4294435e42a3e059ffa46a989d14a5a9b4bd0 /drivers/regulator/tps6524x-regulator.c
parent94732b97c39859427cf99c34fc9de9750be7e5a5 (diff)
regulator: tps6524x: Remove unneeded comment for N_REGULATORS
Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator/tps6524x-regulator.c')
-rw-r--r--drivers/regulator/tps6524x-regulator.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/regulator/tps6524x-regulator.c b/drivers/regulator/tps6524x-regulator.c
index 70b7b1f4f00..60846e00c16 100644
--- a/drivers/regulator/tps6524x-regulator.c
+++ b/drivers/regulator/tps6524x-regulator.c
@@ -108,9 +108,7 @@
108#define N_DCDC 3 108#define N_DCDC 3
109#define N_LDO 2 109#define N_LDO 2
110#define N_SWITCH 2 110#define N_SWITCH 2
111#define N_REGULATORS (3 /* DCDC */ + \ 111#define N_REGULATORS (N_DCDC + N_LDO + N_SWITCH)
112 2 /* LDO */ + \
113 2 /* switch */)
114 112
115#define FIXED_ILIMSEL BIT(0) 113#define FIXED_ILIMSEL BIT(0)
116#define FIXED_VOLTAGE BIT(1) 114#define FIXED_VOLTAGE BIT(1)