summaryrefslogtreecommitdiff
path: root/drivers/power/regulator/gpio-regulator.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-08-02 16:59:36 -0600
committerTom Rini <trini@konsulko.com>2020-08-18 17:36:52 -0400
commit0b3b102f648aa82e5e44f38c300e8e94098b15dc (patch)
tree66a5dcd58de903193e374af532c263be720c5934 /drivers/power/regulator/gpio-regulator.c
parentb2ce255ea23f2a6977fbb833f673e291062bda9d (diff)
downloadu-boot-0b3b102f648aa82e5e44f38c300e8e94098b15dc.tar.gz
common: Drop linux/kernel.h from common header
Move this out of the common header and include it only where needed. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/power/regulator/gpio-regulator.c')
-rw-r--r--drivers/power/regulator/gpio-regulator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/regulator/gpio-regulator.c b/drivers/power/regulator/gpio-regulator.c
index 05b12f4fe8..2874236b98 100644
--- a/drivers/power/regulator/gpio-regulator.c
+++ b/drivers/power/regulator/gpio-regulator.c
@@ -10,6 +10,7 @@
#include <dm.h>
#include <i2c.h>
#include <log.h>
+#include <stdbool.h>
#include <asm/gpio.h>
#include <linux/errno.h>
#include <linux/printk.h>