diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-12-21 23:30:07 +0000 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2011-01-12 14:33:05 +0000 |
commit | 21cf891a47ff5e7bd77fdc524a25072c447d56bb (patch) | |
tree | 9a0c1760ee2c099e569197109f270489ead0a5aa /drivers/regulator | |
parent | 13ce29f80fe3f61d3865b90244b1d1430f553e9f (diff) |
regulator: Make regulator_has_full_constraints a bool
It's a boolean value so use the type.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'drivers/regulator')
-rw-r--r-- | drivers/regulator/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c index 911b774c745c..6066a8f2d5bb 100644 --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c @@ -44,7 +44,7 @@ static DEFINE_MUTEX(regulator_list_mutex); static LIST_HEAD(regulator_list); static LIST_HEAD(regulator_map_list); -static int has_full_constraints; +static bool has_full_constraints; static bool board_wants_dummy_regulator; /* |