summaryrefslogtreecommitdiff
path: root/baseboard/zork
diff options
context:
space:
mode:
authorDawid Niedzwiecki <dn@semihalf.com>2021-04-20 14:12:36 +0200
committerCommit Bot <commit-bot@chromium.org>2021-04-22 01:42:36 +0000
commit97f1427e200b70d0654d7391f45697f48d1a3d4c (patch)
tree2a7c00ee9720d01956694ee055a7497a51cdf7b6 /baseboard/zork
parent11427bfeb18b81afeb5fcf67ed5205748ce5be20 (diff)
downloadchrome-ec-97f1427e200b70d0654d7391f45697f48d1a3d4c.tar.gz
thermisor: move header to include dir
Move the "thermistor.h" header to the include/driver/temp_sensor directory. It is used by the Zephyr shim, so the change is useful to include the header. BUG=b:180403276 BRANCH=none TEST=make buildall Signed-off-by: Dawid Niedzwiecki <dn@semihalf.com> Change-Id: I0e83df97e50a3b324440b65ddb900ddf135f2439 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2843323 Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'baseboard/zork')
-rw-r--r--baseboard/zork/baseboard.c2
-rw-r--r--baseboard/zork/variant_dalboz.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/baseboard/zork/baseboard.c b/baseboard/zork/baseboard.c
index e6688e9ab5..5bbb0cc65a 100644
--- a/baseboard/zork/baseboard.c
+++ b/baseboard/zork/baseboard.c
@@ -40,7 +40,7 @@
#include "task.h"
#include "tcpm/tcpci.h"
#include "temp_sensor.h"
-#include "thermistor.h"
+#include "temp_sensor/thermistor.h"
#include "usb_mux.h"
#include "usb_pd.h"
#include "util.h"
diff --git a/baseboard/zork/variant_dalboz.c b/baseboard/zork/variant_dalboz.c
index d0daf7a4d5..6c1af5da1f 100644
--- a/baseboard/zork/variant_dalboz.c
+++ b/baseboard/zork/variant_dalboz.c
@@ -15,7 +15,7 @@
#include "i2c.h"
#include "power.h"
#include "temp_sensor.h"
-#include "thermistor.h"
+#include "temp_sensor/thermistor.h"
const struct power_signal_info power_signal_list[] = {
[X86_SLP_S3_N] = {