diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c index 911b774c745c4837caf47a3c3585cd76a87240f6..6066a8f2d5bbded422aaaaaa6c032b419a9774e7 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; /*