diff options
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 911b774c745..6066a8f2d5b 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 | /* |