From 97f1427e200b70d0654d7391f45697f48d1a3d4c Mon Sep 17 00:00:00 2001 From: Dawid Niedzwiecki Date: Tue, 20 Apr 2021 14:12:36 +0200 Subject: 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 Change-Id: I0e83df97e50a3b324440b65ddb900ddf135f2439 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2843323 Reviewed-by: Keith Short Commit-Queue: Keith Short --- baseboard/intelrvp/baseboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'baseboard/intelrvp') diff --git a/baseboard/intelrvp/baseboard.c b/baseboard/intelrvp/baseboard.c index 0f61f33b0f..1e7b778c12 100644 --- a/baseboard/intelrvp/baseboard.c +++ b/baseboard/intelrvp/baseboard.c @@ -14,7 +14,7 @@ #include "peci.h" #include "power.h" #include "temp_sensor.h" -#include "thermistor.h" +#include "temp_sensor/thermistor.h" #include "timer.h" /* Wake-up pins for hibernate */ -- cgit v1.2.1