diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-12-21 18:30:07 -0500 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2011-01-12 09:33:05 -0500 |
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 @@ | |||
44 | static DEFINE_MUTEX(regulator_list_mutex); | 44 | static DEFINE_MUTEX(regulator_list_mutex); |
45 | static LIST_HEAD(regulator_list); | 45 | static LIST_HEAD(regulator_list); |
46 | static LIST_HEAD(regulator_map_list); | 46 | static LIST_HEAD(regulator_map_list); |
47 | static int has_full_constraints; | 47 | static bool has_full_constraints; |
48 | static bool board_wants_dummy_regulator; | 48 | static bool board_wants_dummy_regulator; |
49 | 49 | ||
50 | /* | 50 | /* |