summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/drawcia/led.c1
-rw-r--r--board/drawcia_riscv/led.c1
-rw-r--r--board/haboki/led.c1
-rw-r--r--board/lantis/led.c1
-rw-r--r--board/morphius/thermal.c1
-rw-r--r--board/scarlet/led.c1
-rw-r--r--common/throttle_ap.c1
-rw-r--r--include/chipset.h2
8 files changed, 8 insertions, 1 deletions
diff --git a/board/drawcia/led.c b/board/drawcia/led.c
index 42518c71fc..ed22fc29ba 100644
--- a/board/drawcia/led.c
+++ b/board/drawcia/led.c
@@ -8,6 +8,7 @@
#include "cbi_fw_config.h"
#include "charge_state.h"
#include "extpower.h"
+#include "gpio.h"
#include "hooks.h"
#include "led_common.h"
diff --git a/board/drawcia_riscv/led.c b/board/drawcia_riscv/led.c
index eb93a0ee82..d13862cdcd 100644
--- a/board/drawcia_riscv/led.c
+++ b/board/drawcia_riscv/led.c
@@ -8,6 +8,7 @@
#include "cbi_fw_config.h"
#include "charge_state.h"
#include "extpower.h"
+#include "gpio.h"
#include "hooks.h"
#include "led_common.h"
diff --git a/board/haboki/led.c b/board/haboki/led.c
index 851124bfde..3e3a61edc2 100644
--- a/board/haboki/led.c
+++ b/board/haboki/led.c
@@ -8,6 +8,7 @@
#include "cbi_fw_config.h"
#include "charge_state.h"
#include "extpower.h"
+#include "gpio.h"
#include "hooks.h"
#include "led_common.h"
diff --git a/board/lantis/led.c b/board/lantis/led.c
index fb5406b252..57d537cf13 100644
--- a/board/lantis/led.c
+++ b/board/lantis/led.c
@@ -9,6 +9,7 @@
#include "charge_manager.h"
#include "charge_state.h"
#include "extpower.h"
+#include "gpio.h"
#include "hooks.h"
#include "led_common.h"
diff --git a/board/morphius/thermal.c b/board/morphius/thermal.c
index 329157b6ec..a51dee7c8b 100644
--- a/board/morphius/thermal.c
+++ b/board/morphius/thermal.c
@@ -8,6 +8,7 @@
#include "console.h"
#include "extpower.h"
#include "fan.h"
+#include "gpio.h"
#include "hooks.h"
#include "host_command.h"
#include "lid_switch.h"
diff --git a/board/scarlet/led.c b/board/scarlet/led.c
index d4c758cdcc..d327ee46d6 100644
--- a/board/scarlet/led.c
+++ b/board/scarlet/led.c
@@ -8,6 +8,7 @@
#include "battery.h"
#include "charge_state.h"
#include "chipset.h"
+#include "gpio.h"
#include "hooks.h"
#include "led_common.h"
#include "lid_switch.h"
diff --git a/common/throttle_ap.c b/common/throttle_ap.c
index cfa97d93a5..6d794916ae 100644
--- a/common/throttle_ap.c
+++ b/common/throttle_ap.c
@@ -9,6 +9,7 @@
#include "common.h"
#include "console.h"
#include "dptf.h"
+#include "gpio.h"
#include "hooks.h"
#include "host_command.h"
#include "task.h"
diff --git a/include/chipset.h b/include/chipset.h
index 8f242624a6..c0aad511de 100644
--- a/include/chipset.h
+++ b/include/chipset.h
@@ -16,7 +16,7 @@
#include "common.h"
#include "compile_time_macros.h"
#include "ec_commands.h"
-#include "gpio.h"
+#include "gpio_signal.h"
#include "stddef.h"
/*