1
0
Fork 0

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>
hifive-unleashed-5.1
Mark Brown 2010-12-21 23:30:07 +00:00 committed by Liam Girdwood
parent 13ce29f80f
commit 21cf891a47
1 changed files with 1 additions and 1 deletions

View File

@ -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;
/*